File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments