Skip to content

Commit 1f69c96

Browse files
committed
f sp
1 parent 881c661 commit 1f69c96

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
@@ -619,7 +619,7 @@ pub(crate) struct ChannelMonitorImpl<Signer: Sign> {
619619
counterparty_commitment_params: CounterpartyCommitmentParameters,
620620
funding_redeemscript: Script,
621621
channel_value_satoshis: u64,
622-
// first is the idx of the first of the two revocation points
622+
// first is the idx of the first of the two per-commitment points
623623
their_cur_per_commitment_points: Option<(u64, PublicKey, Option<PublicKey>)>,
624624

625625
on_holder_tx_csv: u16,

0 commit comments

Comments
 (0)