Skip to content

Commit 4f71cf5

Browse files
jbesraatnull
andauthored
Update lightning/src/events/mod.rs
Co-authored-by: Elias Rohrer <[email protected]>
1 parent 44a8561 commit 4f71cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/events/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ pub enum Event {
674674
/// The outputs which you should store as spendable by you.
675675
outputs: Vec<SpendableOutputDescriptor>,
676676
/// The `channel_id` indicating which channel the spendable outputs belong to.
677-
/// We define this as an option so we dont break backwards compatibility.
677+
///
678678
/// This will always be `Some` for events generated by LDK versions 0.0.XX and above.
679679
channel_id: Option<[u8; 32]>,
680680
},

0 commit comments

Comments
 (0)