File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -186,9 +186,9 @@ pub struct AnchorChannelsConfig {
186
186
/// funds stuck *or* even allow the counterparty to steal any in-flight funds after the
187
187
/// corresponding HTLCs time out.
188
188
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.
192
192
///
193
193
/// If the channel peer is not marked as trusted via
194
194
/// [`AnchorChannelsConfig::trusted_peers_no_reserve`], we will always try to spend the Anchor
You can’t perform that action at this time.
0 commit comments