Skip to content

Commit 0ffca39

Browse files
committed
f nits
1 parent cb5634c commit 0ffca39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2184,7 +2184,7 @@ impl<Signer: Sign> Channel<Signer> {
21842184
(ChannelState::FundingSent as u32 | ChannelState::TheirFundingLocked as u32))
21852185
{
21862186
// They probably disconnected/reconnected and re-sent the funding_locked, which is
2187-
// required, or we're getting a fresh SCID alias.
2187+
// required, or they're sending a fresh SCID alias.
21882188
let expected_point =
21892189
if self.cur_counterparty_commitment_transaction_number == INITIAL_COMMITMENT_NUMBER - 1 {
21902190
// If they haven't ever sent an updated point, the point they send should match

0 commit comments

Comments
 (0)