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 56e0c93 commit dc8f1d1Copy full SHA for dc8f1d1
lightning/src/ln/channelmanager.rs
@@ -7154,7 +7154,7 @@ where
7154
7155
let events = self.pending_events.lock().unwrap();
7156
// 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
+ // actions at all, skip writing the required TLV. Otherwise, pre-0.0.115 versions will
7158
// refuse to read the new ChannelManager.
7159
let events_not_backwards_compatible = events.iter().any(|(_, action)| action.is_some());
7160
if events_not_backwards_compatible {
0 commit comments