Skip to content

Commit 9abba15

Browse files
committed
f semantics
1 parent 30fb506 commit 9abba15

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
@@ -2048,7 +2048,7 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
20482048
self.pending_monitor_events.push(MonitorEvent::CommitmentTxBroadcasted(self.funding_info.0));
20492049
let commitment_tx = self.onchain_tx_handler.get_fully_signed_holder_tx(&self.funding_redeemscript);
20502050
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
20522052
// assuming it gets confirmed in the next block. Sadly, we have code which considers
20532053
// "not yet confirmed" things as discardable, so we cannot do that here.
20542054
let (mut new_outpoints, _) = self.get_broadcasted_holder_claims(&self.current_holder_commitment_tx, self.best_block.height());

0 commit comments

Comments
 (0)