mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
coins: fix feerate for withdraw so test work?
This commit is contained in:
parent
087ab166b3
commit
4bfbb58c56
@ -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…
Reference in New Issue
Block a user