coins: fix feerate for withdraw so test work?

This commit is contained in:
lisa neigut 2020-04-08 18:46:30 -05:00 committed by Rusty Russell
parent 087ab166b3
commit 4bfbb58c56

View File

@ -482,7 +482,8 @@ def test_withdraw_misc(node_factory, bitcoind, chainparams):
amount = 1000000 amount = 1000000
# Don't get any funds from previous runs. # Don't get any funds from previous runs.
l1 = node_factory.get_node(random_hsm=True, 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) l2 = node_factory.get_node(random_hsm=True)
addr = l1.rpc.newaddr()['bech32'] addr = l1.rpc.newaddr()['bech32']