File tree 1 file changed +1
-1
lines changed 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2048,7 +2048,7 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
2048
2048
self . pending_monitor_events . push ( MonitorEvent :: CommitmentTxBroadcasted ( self . funding_info . 0 ) ) ;
2049
2049
let commitment_tx = self . onchain_tx_handler . get_fully_signed_holder_tx ( & self . funding_redeemscript ) ;
2050
2050
self . holder_tx_signed = true ;
2051
- // Because we're building a new commitment transaction, we should construct the package
2051
+ // Because we're broadcasting a commitment transaction, we should construct the package
2052
2052
// assuming it gets confirmed in the next block. Sadly, we have code which considers
2053
2053
// "not yet confirmed" things as discardable, so we cannot do that here.
2054
2054
let ( mut new_outpoints, _) = self . get_broadcasted_holder_claims ( & self . current_holder_commitment_tx , self . best_block . height ( ) ) ;
You can’t perform that action at this time.
0 commit comments