Skip to content

Commit

Permalink
Relax onchain_fee_buffer in tests slightly
Browse files Browse the repository at this point in the history
.. to account for slight differences in fee rate estmations between
chain sources.
  • Loading branch information
tnull committed Oct 15, 2024
1 parent 2ed2052 commit f5b5795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ pub(crate) fn do_channel_full_cycle<E: ElectrumApi>(
node_a.sync_wallets().unwrap();
node_b.sync_wallets().unwrap();

let onchain_fee_buffer_sat = 1500;
let onchain_fee_buffer_sat = 5000;
let node_a_anchor_reserve_sat = if expect_anchor_channel { 25_000 } else { 0 };
let node_a_upper_bound_sat =
premine_amount_sat - node_a_anchor_reserve_sat - funding_amount_sat;
Expand Down

0 comments on commit f5b5795

Please sign in to comment.