We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22a29c commit d660c33Copy full SHA for d660c33
1 file changed
lightning/src/ln/channel_state.rs
@@ -490,7 +490,7 @@ pub struct ChannelDetails {
490
/// [`ChannelConfig::max_dust_htlc_exposure`] to determine whether new HTLCs can be
491
/// accepted or offered on this channel.
492
///
493
- /// This field will be `None` for objects serialized with LDK versions prior to 0.3.
+ /// This field will be `None` for objects serialized with LDK versions prior to 0.3.0.
494
495
/// [`ChannelConfig::max_dust_htlc_exposure`]: crate::util::config::ChannelConfig::max_dust_htlc_exposure
496
pub current_dust_exposure_msat: Option<u64>,
0 commit comments