File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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" ) ]
You can’t perform that action at this time.
0 commit comments