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 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.
192
192
///
193
193
/// **Note:** Depending on the fee market at the time of closure, this reserve amount might or
194
194
/// 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