Skip to content

Commit f165c74

Browse files
committed
Relax onchain_fee_buffer in tests slightly
.. to account for slight differences in fee rate estmations between chain sources.
1 parent 4a086c3 commit f165c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/common/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ pub(crate) fn do_channel_full_cycle<E: ElectrumApi>(
502502
node_a.sync_wallets().unwrap();
503503
node_b.sync_wallets().unwrap();
504504

505-
let onchain_fee_buffer_sat = 1500;
505+
let onchain_fee_buffer_sat = 5000;
506506
let node_a_anchor_reserve_sat = if expect_anchor_channel { 25_000 } else { 0 };
507507
let node_a_upper_bound_sat =
508508
premine_amount_sat - node_a_anchor_reserve_sat - funding_amount_sat;

0 commit comments

Comments
 (0)