Skip to content

Commit 44a8561

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

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
@@ -673,7 +673,7 @@ pub enum Event {
673673
SpendableOutputs {
674674
/// The outputs which you should store as spendable by you.
675675
outputs: Vec<SpendableOutputDescriptor>,
676-
/// Channel id to help you locate the corresponding `ChannelMonitor`,
676+
/// The `channel_id` indicating which channel the spendable outputs belong to.
677677
/// We define this as an option so we dont break backwards compatibility.
678678
/// This will always be `Some` for events generated by LDK versions 0.0.XX and above.
679679
channel_id: Option<[u8; 32]>,

0 commit comments

Comments
 (0)