mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 20:09:18 +01:00
pytest: update bookkeeper chan lease fee
Removing the min_witness_weight saves the lessor 6 sats. lessor's DF tx vout: "value": 4.99492248 -> "value": 4.99492254
This commit is contained in:
parent
231a3bd9e8
commit
4bcca301b0
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ def test_bookkeeping_missed_chans_leases(node_factory, bitcoind):
|
|||
|
||||
# l1 events
|
||||
exp_events = [('channel_open', open_amt * 1000 + lease_fee, 0),
|
||||
('onchain_fee', 1320000, 0),
|
||||
('onchain_fee', 1314000, 0),
|
||||
('lease_fee', 0, lease_fee),
|
||||
('journal_entry', 0, invoice_msat)]
|
||||
_check_events(l1, channel_id, exp_events)
|
||||
|
|
Loading…
Add table
Reference in a new issue