Skip to content

Commit

Permalink
Fill in previously overlooked version hints
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Feb 22, 2024
1 parent bf1f849 commit 573e0dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ pub enum Event {
user_channel_id: UserChannelId,
/// The `node_id` of the channel counterparty.
///
/// 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.
counterparty_node_id: Option<PublicKey>,
},
/// A channel has been closed.
Expand All @@ -96,7 +96,7 @@ pub enum Event {
user_channel_id: UserChannelId,
/// The `node_id` of the channel counterparty.
///
/// 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.
counterparty_node_id: Option<PublicKey>,
},
}
Expand Down

0 comments on commit 573e0dc

Please sign in to comment.