mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-08 16:44:22 +01:00
pytest: Fix test_closing_fee regression in elements
Constants once again.
This commit is contained in:
committed by
Rusty Russell
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)
|
||||
|
||||
Reference in New Issue
Block a user