Skip to content

Commit e37179a

Browse files
committed
f s/Will/May/
1 parent db79282 commit e37179a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/events/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ pub enum Event {
630630
user_channel_id: u128,
631631
/// The `temporary_channel_id` this channel used to be known by during channel establishment.
632632
///
633-
/// Will be `None` for channels created prior to LDK version 0.0.115.
633+
/// May be `None` for channels created prior to LDK version 0.0.115.
634634
former_temporary_channel_id: Option<[u8; 32]>,
635635
/// The `node_id` of the channel counterparty.
636636
counterparty_node_id: PublicKey,

0 commit comments

Comments
 (0)