Skip to content

Commit 573e0dc

Browse files
committed
Fill in previously overlooked version hints
1 parent bf1f849 commit 573e0dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/event.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)