Skip to content

Commit 419e9fa

Browse files
committed
f semantics
1 parent 57da4db commit 419e9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2044,7 +2044,7 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
20442044
self.pending_monitor_events.push(MonitorEvent::CommitmentTxBroadcasted(self.funding_info.0));
20452045
let commitment_tx = self.onchain_tx_handler.get_fully_signed_holder_tx(&self.funding_redeemscript);
20462046
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
20482048
// assuming it gets confirmed in the next block. Sadly, we have code which considers
20492049
// "not yet confirmed" things as discardable, so we cannot do that here.
20502050
let (mut new_outpoints, _) = self.get_broadcasted_holder_claims(&self.current_holder_commitment_tx, self.best_block.height());

0 commit comments

Comments
 (0)