Skip to content

Commit 4ac78e9

Browse files
committed
f Mention per channel in the docs
1 parent 5a9afc9 commit 4ac78e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ pub struct AnchorChannelsConfig {
186186
/// funds stuck *or* even allow the counterparty to steal any in-flight funds after the
187187
/// corresponding HTLCs time out.
188188
pub trusted_peers_no_reserve: Vec<PublicKey>,
189-
/// The amount of satoshis we keep as an emergency reserve in our on-chain wallet in order to
190-
/// have the required Anchor output spending and HTLC transactions confirmed when the channel
191-
/// is closed.
189+
/// The amount of satoshis per channel we keep as an emergency reserve in our on-chain wallet
190+
/// in order to have the required Anchor output spending and HTLC transactions confirmed when
191+
/// the channel is closed.
192192
///
193193
/// **Note:** Depending on the fee market at the time of closure, this reserve amount might or
194194
/// might not suffice to successfully spend the Anchor output and have the HTLC transactions

0 commit comments

Comments
 (0)