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 601e4d0 commit f00ea15Copy full SHA for f00ea15
lightning/src/ln/channel.rs
@@ -4249,7 +4249,7 @@ impl<Signer: Sign> Channel<Signer> {
4249
self.outbound_scid_alias
4250
}
4251
/// Only allowed immediately after deserialization if get_outbound_scid_alias returns 0,
4252
- /// 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.
4253
pub fn set_outbound_scid_alias(&mut self, outbound_scid_alias: u64) {
4254
assert_eq!(self.outbound_scid_alias, 0);
4255
self.outbound_scid_alias = outbound_scid_alias;
0 commit comments