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