Skip to content

Commit f00ea15

Browse files
committed
f specify version
1 parent 601e4d0 commit f00ea15

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
@@ -4249,7 +4249,7 @@ impl<Signer: Sign> Channel<Signer> {
42494249
self.outbound_scid_alias
42504250
}
42514251
/// 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.
4252+
/// indicating we were written by LDK prior to 0.0.106 which did not set outbound SCID aliases.
42534253
pub fn set_outbound_scid_alias(&mut self, outbound_scid_alias: u64) {
42544254
assert_eq!(self.outbound_scid_alias, 0);
42554255
self.outbound_scid_alias = outbound_scid_alias;

0 commit comments

Comments
 (0)