mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
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:
@@ -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',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user