Skip to content

Commit

Permalink
coins: fix feerate for withdraw so test work?
Browse files Browse the repository at this point in the history
  • Loading branch information
niftynei committed Apr 8, 2020
1 parent 368a5fa commit 3b74b16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']

Expand Down

0 comments on commit 3b74b16

Please sign in to comment.