mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 13:25:43 +01:00
pytest: Fix test_closing_fee regression in elements
Constants once again.
This commit is contained in:
parent
453bfbc816
commit
e99ab03f79
@ -465,7 +465,7 @@ def test_closing_fee(node_factory, bitcoind, chainparams):
|
||||
'funder_feerate_per_kw': 29006,
|
||||
'fundee_feerate_per_kw': 27625,
|
||||
'close_initiated_by': 'funder',
|
||||
'expected_close_fee': 20333
|
||||
'expected_close_fee': 33533 if chainparams['elements'] else 20333
|
||||
}
|
||||
|
||||
closing_fee(node_factory, bitcoind, chainparams, opts)
|
||||
|
Loading…
Reference in New Issue
Block a user