Skip to content

Commit d660c33

Browse files
Bortlesboatcodex
andcommitted
docs: use full dust exposure version string
Co-authored-by: Codex <codex@openai.com>
1 parent f22a29c commit d660c33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lightning/src/ln/channel_state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ pub struct ChannelDetails {
490490
/// [`ChannelConfig::max_dust_htlc_exposure`] to determine whether new HTLCs can be
491491
/// accepted or offered on this channel.
492492
///
493-
/// This field will be `None` for objects serialized with LDK versions prior to 0.3.
493+
/// This field will be `None` for objects serialized with LDK versions prior to 0.3.0.
494494
///
495495
/// [`ChannelConfig::max_dust_htlc_exposure`]: crate::util::config::ChannelConfig::max_dust_htlc_exposure
496496
pub current_dust_exposure_msat: Option<u64>,

0 commit comments

Comments
 (0)