From 140efc22691c222fb8c57f725fa45016b69297d9 Mon Sep 17 00:00:00 2001 From: Michael Schmoock Date: Tue, 27 Dec 2022 13:24:11 +0100 Subject: [PATCH] paytest: fix _msat purge leftover --- paytest/paytest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paytest/paytest.py b/paytest/paytest.py index 104aba8..fe69aee 100755 --- a/paytest/paytest.py +++ b/paytest/paytest.py @@ -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), )