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 8ef76e9 commit fa9cb2eCopy full SHA for fa9cb2e
lightning/src/ln/channel.rs
@@ -13835,7 +13835,7 @@ where
13835
}
13836
13837
// If we're restoring this channel for the first time after an upgrade, then we require that the
13838
- // signer be available so that we can immediately populate the current commitment point. Channel
+ // signer be available so that we can immediately populate the next commitment point. Channel
13839
// restoration will fail if this is not possible.
13840
let holder_commitment_point =
13841
match (holder_commitment_point_next_opt, holder_commitment_point_pending_next_opt) {
0 commit comments