Skip to content

Commit bfc6ad2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/common/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ pub(crate) fn do_channel_full_cycle<E: ElectrumApi>(
537537
node_a.sync_wallets().unwrap();
538538
node_b.sync_wallets().unwrap();
539539

540-
let onchain_fee_buffer_sat = 1500;
540+
let onchain_fee_buffer_sat = 5000;
541541
let node_a_anchor_reserve_sat = if expect_anchor_channel { 25_000 } else { 0 };
542542
let node_a_upper_bound_sat =
543543
premine_amount_sat - node_a_anchor_reserve_sat - funding_amount_sat;

0 commit comments

Comments
 (0)