We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
s/Will/May/
1 parent 6a36d31 commit ad81db7Copy full SHA for ad81db7
lightning/src/events/mod.rs
@@ -626,7 +626,7 @@ pub enum Event {
626
user_channel_id: u128,
627
/// The `temporary_channel_id` this channel used to be known by during channel establishment.
628
///
629
- /// Will be `None` for channels created prior to LDK version 0.0.115.
+ /// May be `None` for channels created prior to LDK version 0.0.115.
630
former_temporary_channel_id: Option<[u8; 32]>,
631
/// The `node_id` of the channel counterparty.
632
counterparty_node_id: PublicKey,
0 commit comments