Skip to content

Commit 9519b27

Browse files
committed
f version
1 parent 30005d6 commit 9519b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7251,7 +7251,7 @@ where
72517251

72527252
let events = self.pending_events.lock().unwrap();
72537253
// LDK versions prior to 0.0.115 don't support post-event actions, thus if there's no
7254-
// actions at all, skip writing the required TLV. Otherwise, pre-0.0.114 versions will
7254+
// actions at all, skip writing the required TLV. Otherwise, pre-0.0.115 versions will
72557255
// refuse to read the new ChannelManager.
72567256
let events_not_backwards_compatible = events.iter().any(|(_, action)| action.is_some());
72577257
if events_not_backwards_compatible {

0 commit comments

Comments
 (0)