paytest: fix _msat purge leftover

This commit is contained in:
Michael Schmoock
2022-12-27 13:24:11 +01:00
parent 9c7a70f6ff
commit 140efc2269

View File

@@ -288,7 +288,7 @@ def on_htlc_accepted(onion, htlc, request, plugin, *args, **kwargs):
(
request,
total,
int(Millisatoshi(onion["forward_amount"])),
int(Millisatoshi(onion["forward_msat"])),
shared_secret,
generate_keyset(shared_secret),
)