Browse Source

coins: fix feerate for withdraw so test work?

nifty/pset-pre
lisa neigut 5 years ago
committed by Rusty Russell
parent
commit
4bfbb58c56
  1. 3
      tests/test_misc.py

3
tests/test_misc.py

@ -482,7 +482,8 @@ def test_withdraw_misc(node_factory, bitcoind, chainparams):
amount = 1000000
# Don't get any funds from previous runs.
l1 = node_factory.get_node(random_hsm=True,
options={'plugin': coin_mvt_plugin})
options={'plugin': coin_mvt_plugin},
feerates=(7500, 7500, 7500, 7500))
l2 = node_factory.get_node(random_hsm=True)
addr = l1.rpc.newaddr()['bech32']

Loading…
Cancel
Save