We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79267d3 commit 9de2c6dCopy full SHA for 9de2c6d
lightning/src/events/mod.rs
@@ -1190,12 +1190,12 @@ pub enum Event {
1190
/// events generated or serialized by versions prior to 0.0.122.
1191
next_user_channel_id: Option<u128>,
1192
/// The node id of the previous node.
1193
- ///
+ ///
1194
/// This is only `None` for HTLCs received prior to 0.1 or for events serialized by
1195
/// versions prior to 0.1
1196
prev_node_id: Option<PublicKey>,
1197
/// The node id of the next node.
1198
1199
1200
1201
next_node_id: Option<PublicKey>,
0 commit comments