We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5634c commit 0ffca39Copy full SHA for 0ffca39
lightning/src/ln/channel.rs
@@ -2184,7 +2184,7 @@ impl<Signer: Sign> Channel<Signer> {
2184
(ChannelState::FundingSent as u32 | ChannelState::TheirFundingLocked as u32))
2185
{
2186
// They probably disconnected/reconnected and re-sent the funding_locked, which is
2187
- // required, or we're getting a fresh SCID alias.
+ // required, or they're sending a fresh SCID alias.
2188
let expected_point =
2189
if self.cur_counterparty_commitment_transaction_number == INITIAL_COMMITMENT_NUMBER - 1 {
2190
// If they haven't ever sent an updated point, the point they send should match
0 commit comments