Skip to content

Commit dc8f1d1

Browse files
committed
f version
1 parent 56e0c93 commit dc8f1d1

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
@@ -7154,7 +7154,7 @@ where
71547154

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

0 commit comments

Comments
 (0)