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 @@ -2044,7 +2044,7 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
2044
2044
self . pending_monitor_events . push ( MonitorEvent :: CommitmentTxBroadcasted ( self . funding_info . 0 ) ) ;
2045
2045
let commitment_tx = self . onchain_tx_handler . get_fully_signed_holder_tx ( & self . funding_redeemscript ) ;
2046
2046
self . holder_tx_signed = true ;
2047
- // Because we're building a new commitment transaction, we should construct the package
2047
+ // Because we're broadcasting a commitment transaction, we should construct the package
2048
2048
// assuming it gets confirmed in the next block. Sadly, we have code which considers
2049
2049
// "not yet confirmed" things as discardable, so we cannot do that here.
2050
2050
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