Skip to content

Commit ad81db7

Browse files
committed
f s/Will/May/
1 parent 6a36d31 commit ad81db7

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
@@ -626,7 +626,7 @@ pub enum Event {
626626
user_channel_id: u128,
627627
/// The `temporary_channel_id` this channel used to be known by during channel establishment.
628628
///
629-
/// Will be `None` for channels created prior to LDK version 0.0.115.
629+
/// May be `None` for channels created prior to LDK version 0.0.115.
630630
former_temporary_channel_id: Option<[u8; 32]>,
631631
/// The `node_id` of the channel counterparty.
632632
counterparty_node_id: PublicKey,

0 commit comments

Comments
 (0)