Skip to content

Commit fa9cb2e

Browse files
committed
Fix comment regarding holder commitment point
1 parent 8ef76e9 commit fa9cb2e

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
@@ -13835,7 +13835,7 @@ where
1383513835
}
1383613836

1383713837
// 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
13838+
// signer be available so that we can immediately populate the next commitment point. Channel
1383913839
// restoration will fail if this is not possible.
1384013840
let holder_commitment_point =
1384113841
match (holder_commitment_point_next_opt, holder_commitment_point_pending_next_opt) {

0 commit comments

Comments
 (0)