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 67d0c6b commit 55cccb5Copy full SHA for 55cccb5
lightning/src/ln/channel.rs
@@ -4239,7 +4239,7 @@ impl<Signer: Sign> Channel<Signer> {
4239
self.outbound_scid_alias
4240
}
4241
/// Only allowed immediately after deserialization if get_outbound_scid_alias returns 0,
4242
- /// indicating we were written by an old LDK which did not set outbound SCID aliases.
+ /// indicating we were written by LDK prior to 0.0.106 which did not set outbound SCID aliases.
4243
pub fn set_outbound_scid_alias(&mut self, outbound_scid_alias: u64) {
4244
assert_eq!(self.outbound_scid_alias, 0);
4245
self.outbound_scid_alias = outbound_scid_alias;
0 commit comments