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 {
8585 user_channel_id : UserChannelId ,
8686 /// The `node_id` of the channel counterparty.
8787 ///
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.
8989 counterparty_node_id : Option < PublicKey > ,
9090 } ,
9191 /// A channel has been closed.
@@ -96,7 +96,7 @@ pub enum Event {
9696 user_channel_id : UserChannelId ,
9797 /// The `node_id` of the channel counterparty.
9898 ///
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.
100100 counterparty_node_id : Option < PublicKey > ,
101101 } ,
102102}
You can’t perform that action at this time.
0 commit comments