Skip to content

Commit 115ac53

Browse files
committed
f nits
1 parent 08c6fa0 commit 115ac53

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
@@ -2194,7 +2194,7 @@ impl<Signer: Sign> Channel<Signer> {
21942194
(ChannelState::FundingSent as u32 | ChannelState::TheirFundingLocked as u32))
21952195
{
21962196
// They probably disconnected/reconnected and re-sent the funding_locked, which is
2197-
// required, or we're getting a fresh SCID alias.
2197+
// required, or they're sending a fresh SCID alias.
21982198
let expected_point =
21992199
if self.cur_counterparty_commitment_transaction_number == INITIAL_COMMITMENT_NUMBER - 1 {
22002200
// If they haven't ever sent an updated point, the point they send should match

0 commit comments

Comments
 (0)