Skip to content

Commit 55cccb5

Browse files
committed
f specify version
1 parent 67d0c6b commit 55cccb5

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
@@ -4239,7 +4239,7 @@ impl<Signer: Sign> Channel<Signer> {
42394239
self.outbound_scid_alias
42404240
}
42414241
/// 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.
4242+
/// indicating we were written by LDK prior to 0.0.106 which did not set outbound SCID aliases.
42434243
pub fn set_outbound_scid_alias(&mut self, outbound_scid_alias: u64) {
42444244
assert_eq!(self.outbound_scid_alias, 0);
42454245
self.outbound_scid_alias = outbound_scid_alias;

0 commit comments

Comments
 (0)