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