From 5fb5b22f35f02cc8ab4e41622aaee5b8b57e2b37 Mon Sep 17 00:00:00 2001 From: Jesse de Wit Date: Thu, 19 Dec 2024 19:00:59 +0100 Subject: [PATCH] temp: dump res and res2 --- libs/gl-client-py/tests/test_plugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/gl-client-py/tests/test_plugin.py b/libs/gl-client-py/tests/test_plugin.py index ad891c862..66f1824c7 100644 --- a/libs/gl-client-py/tests/test_plugin.py +++ b/libs/gl-client-py/tests/test_plugin.py @@ -106,6 +106,8 @@ def test_trampoline_pay(bitcoind, clients, node_factory): # the same result but must not send any htlc. res2 = n1.trampoline_pay(inv["bolt11"], bytes.fromhex(l2.info["id"])) ch = n1.list_peer_channels(bytes.fromhex(l2.info["id"])).channels[0] + print(res) + print(res2) assert res2 == res assert ch.to_us_msat.msat == (1000000000 - (50000000 + 0.005 * 50000000))