mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-24 08:34:18 +01:00
paytest: fix _msat purge leftover
This commit is contained in:
@@ -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),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user