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 08c6fa0 commit 115ac53Copy full SHA for 115ac53
lightning/src/ln/channel.rs
@@ -2194,7 +2194,7 @@ impl<Signer: Sign> Channel<Signer> {
2194
(ChannelState::FundingSent as u32 | ChannelState::TheirFundingLocked as u32))
2195
{
2196
// They probably disconnected/reconnected and re-sent the funding_locked, which is
2197
- // required, or we're getting a fresh SCID alias.
+ // required, or they're sending a fresh SCID alias.
2198
let expected_point =
2199
if self.cur_counterparty_commitment_transaction_number == INITIAL_COMMITMENT_NUMBER - 1 {
2200
// If they haven't ever sent an updated point, the point they send should match
0 commit comments