plugin-tests: cleanup outdated openchannel2 hook fields

We removed/changed the fields on the openchannel2 hook but never
updated this test (which doesn't run with the CI for #reasons)
This commit is contained in:
niftynei
2021-04-20 15:45:10 -05:00
committed by Rusty Russell
parent 0e753224ae
commit 69cc9201de

View File

@@ -599,12 +599,11 @@ def test_openchannel_hook(node_factory, bitcoind):
if l2.config('experimental-dual-fund'):
# openchannel2 var checks
expected.update({
'commitment_feerate_per_kw': '750',
'channel_id': '.*',
'commitment_feerate_per_kw': '7500',
'funding_feerate_per_kw': '7500',
'feerate_our_max': '150000',
'feerate_our_min': '1875',
'funding_feerate_best': '7500',
'funding_feerate_max': '150000',
'funding_feerate_min': '1875',
'locktime': '.*',
'their_funding': '100000000msat',
})