Skip to content

Commit 0c95e50

Browse files
committed
f Fix docs
1 parent ec6bf80 commit 0c95e50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/payment/onchain.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ impl OnchainPayment {
5555
/// This will respect any on-chain reserve we need to keep, i.e., won't allow to cut into
5656
/// [`BalanceDetails::total_anchor_channels_reserve_sats`].
5757
///
58-
/// If `fee_rate` is set it will used on the resulting transaction. Otherwise a reasonable
59-
/// we'll retrieve an estimate from the configured chain source.
58+
/// If `fee_rate` is set it will be used on the resulting transaction. Otherwise we'll retrieve
59+
/// a reasonable estimate from the configured chain source.
6060
///
6161
/// [`BalanceDetails::total_anchor_channels_reserve_sats`]: crate::BalanceDetails::total_anchor_channels_reserve_sats
6262
#[cfg(not(feature = "uniffi"))]
@@ -80,8 +80,8 @@ impl OnchainPayment {
8080
/// This will respect any on-chain reserve we need to keep, i.e., won't allow to cut into
8181
/// [`BalanceDetails::total_anchor_channels_reserve_sats`].
8282
///
83-
/// If `fee_rate` is set it will used on the resulting transaction. Otherwise a reasonable
84-
/// we'll retrieve an estimate from the configured chain source.
83+
/// If `fee_rate` is set it will be used on the resulting transaction. Otherwise we'll retrieve
84+
/// a reasonable estimate from the configured chain source.
8585
///
8686
/// [`BalanceDetails::total_anchor_channels_reserve_sats`]: crate::BalanceDetails::total_anchor_channels_reserve_sats
8787
#[cfg(feature = "uniffi")]

0 commit comments

Comments
 (0)