Skip to content

Commit

Permalink
pytest: Fix test_closing_fee regression in elements
Browse files Browse the repository at this point in the history
Constants once again.
  • Loading branch information
cdecker authored and rustyrussell committed Mar 23, 2020
1 parent 453bfbc commit e99ab03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_closing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e99ab03

Please sign in to comment.