Skip to content

Commit

Permalink
temp: dump res and res2
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Dec 19, 2024
1 parent 11f9b7d commit 5fb5b22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/gl-client-py/tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 5fb5b22

Please sign in to comment.