We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a8561 commit 4f71cf5Copy full SHA for 4f71cf5
lightning/src/events/mod.rs
@@ -674,7 +674,7 @@ pub enum Event {
674
/// The outputs which you should store as spendable by you.
675
outputs: Vec<SpendableOutputDescriptor>,
676
/// The `channel_id` indicating which channel the spendable outputs belong to.
677
- /// We define this as an option so we dont break backwards compatibility.
+ ///
678
/// This will always be `Some` for events generated by LDK versions 0.0.XX and above.
679
channel_id: Option<[u8; 32]>,
680
},
0 commit comments