File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ pub enum Event {
85
85
user_channel_id : UserChannelId ,
86
86
/// The `node_id` of the channel counterparty.
87
87
///
88
- /// This will be `None` for events serialized by LDK Node XXX TODO and prior.
88
+ /// This will be `None` for events serialized by LDK Node v0.1.0 and prior.
89
89
counterparty_node_id : Option < PublicKey > ,
90
90
} ,
91
91
/// A channel has been closed.
@@ -96,7 +96,7 @@ pub enum Event {
96
96
user_channel_id : UserChannelId ,
97
97
/// The `node_id` of the channel counterparty.
98
98
///
99
- /// This will be `None` for events serialized by LDK Node XXX TODO and prior.
99
+ /// This will be `None` for events serialized by LDK Node v0.1.0 and prior.
100
100
counterparty_node_id : Option < PublicKey > ,
101
101
} ,
102
102
}
You can’t perform that action at this time.
0 commit comments