You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ln/channelmonitor.rs
+16-28Lines changed: 16 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -394,9 +394,9 @@ pub struct ChannelMonitor {
394
394
pub(crate)last_block_hash:Sha256dHash,
395
395
secp_ctx:Secp256k1<secp256k1::All>,//TODO: dedup this a bit...
396
396
397
-
//this is all channels transactions that failed in the data_loss_protect protocol
398
-
//The first index is the height that we attempt to claim it at, this claimed height is by default one week later, and it is there to claim if the other party did not claim
399
-
transactions_awaiting_claiming:Vec<u32>,
397
+
//This is the block height blocks the finishing transactions from being claimed till the chain reaches the mentioned block height.
398
+
//If this is set to 0, it is not used at that moment.
0 commit comments