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:
Alex Myers 2024-05-07 17:22:14 -05:00 committed by Alex Myers
parent 231a3bd9e8
commit 4bcca301b0

View file

@ -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)