We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf1f849 commit 311c500Copy full SHA for 311c500
1 file changed
src/event.rs
@@ -85,7 +85,7 @@ pub enum Event {
85
user_channel_id: UserChannelId,
86
/// The `node_id` of the channel counterparty.
87
///
88
- /// This will be `None` for events serialized by LDK Node XXX TODO and prior.
+ /// This will be `None` for events serialized by LDK Node v0.1.0 and prior.
89
counterparty_node_id: Option<PublicKey>,
90
},
91
/// A channel has been closed.
@@ -96,7 +96,7 @@ pub enum Event {
96
97
98
99
100
101
102
}
0 commit comments