We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead7332 commit 44a8561Copy full SHA for 44a8561
lightning/src/events/mod.rs
@@ -673,7 +673,7 @@ pub enum Event {
673
SpendableOutputs {
674
/// The outputs which you should store as spendable by you.
675
outputs: Vec<SpendableOutputDescriptor>,
676
- /// Channel id to help you locate the corresponding `ChannelMonitor`,
+ /// 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]>,
0 commit comments