Skip to content

Commit 4b5cf05

Browse files
committed
f "per anchors-negotiated channel with an untrusted peer"
1 parent 6725c76 commit 4b5cf05

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 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.
189+
/// The amount of satoshis per anchors-negotiated channel with an untrusted peer we keep as an
190+
/// emergency reserve in our on-chain wallet in order to have the required Anchor output
191+
/// spending and HTLC transactions confirmed when the channel is closed.
192192
///
193193
/// If the channel peer is not marked as trusted via
194194
/// [`AnchorChannelsConfig::trusted_peers_no_reserve`], we will always try to spend the Anchor

0 commit comments

Comments
 (0)