Skip to content

Commit c9441ff

Browse files
committed
AnchorChannelsConfig documentation clean-up
Unrelated but it's small enough that we can sneak in
1 parent b942fd5 commit c9441ff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/config.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,10 +264,10 @@ pub struct AnchorChannelsConfig {
264264
/// [`AnchorChannelsConfig::trusted_peers_no_reserve`], we will always try to spend the Anchor
265265
/// outputs with *any* on-chain funds available, i.e., the total reserve value as well as any
266266
/// spendable funds available in the on-chain wallet. Therefore, this per-channel multiplier is
267-
/// really a emergency reserve that we maintain at all time to reduce reduce the risk of
268-
/// insufficient funds at time of a channel closure. To this end, we will refuse to open
269-
/// outbound or accept inbound channels if we don't have sufficient on-chain funds available to
270-
/// cover the additional reserve requirement.
267+
/// really a emergency reserve that we maintain at all time to reduce the risk of insufficient
268+
/// funds at time of a channel closure. To this end, we will refuse to open outbound or accept
269+
/// inbound channels if we don't have sufficient on-chain funds available to cover the
270+
/// additional reserve requirement.
271271
///
272272
/// **Note:** Depending on the fee market at the time of closure, this reserve amount might or
273273
/// might not suffice to successfully spend the Anchor output and have the HTLC transactions

0 commit comments

Comments
 (0)