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 30005d6 commit 9519b27Copy full SHA for 9519b27
lightning/src/ln/channelmanager.rs
@@ -7251,7 +7251,7 @@ where
7251
7252
let events = self.pending_events.lock().unwrap();
7253
// 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
+ // actions at all, skip writing the required TLV. Otherwise, pre-0.0.115 versions will
7255
// refuse to read the new ChannelManager.
7256
let events_not_backwards_compatible = events.iter().any(|(_, action)| action.is_some());
7257
if events_not_backwards_compatible {
0 commit comments