diff --git a/tests/test_renepay.py b/tests/test_renepay.py index 552c2b0a318a..e20973e93701 100644 --- a/tests/test_renepay.py +++ b/tests/test_renepay.py @@ -379,19 +379,11 @@ def test_hardmpp(node_factory): ] ) - with open("/tmp/l1-chans.txt", "w") as f: - print(json.dumps(l1.rpc.listchannels()), file=f) - inv = l4.rpc.invoice("any", "any", "description") l2.rpc.call("pay", {"bolt11": inv["bolt11"], "amount_msat": 2000000000}) l2.wait_for_htlcs() assert l4.rpc.listinvoices()["invoices"][0]["amount_received_msat"] == 2000000000 - with open("/tmp/l2-peerchan.txt", "w") as f: - print(json.dumps(l2.rpc.listpeerchannels()), file=f) - with open("/tmp/l3-peerchan.txt", "w") as f: - print(json.dumps(l3.rpc.listpeerchannels()), file=f) - inv2 = l6.rpc.invoice("1800000sat", "inv2", "description") out = subprocess.check_output(