File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -379,19 +379,11 @@ def test_hardmpp(node_factory):
379
379
]
380
380
)
381
381
382
- with open ("/tmp/l1-chans.txt" , "w" ) as f :
383
- print (json .dumps (l1 .rpc .listchannels ()), file = f )
384
-
385
382
inv = l4 .rpc .invoice ("any" , "any" , "description" )
386
383
l2 .rpc .call ("pay" , {"bolt11" : inv ["bolt11" ], "amount_msat" : 2000000000 })
387
384
l2 .wait_for_htlcs ()
388
385
assert l4 .rpc .listinvoices ()["invoices" ][0 ]["amount_received_msat" ] == 2000000000
389
386
390
- with open ("/tmp/l2-peerchan.txt" , "w" ) as f :
391
- print (json .dumps (l2 .rpc .listpeerchannels ()), file = f )
392
- with open ("/tmp/l3-peerchan.txt" , "w" ) as f :
393
- print (json .dumps (l3 .rpc .listpeerchannels ()), file = f )
394
-
395
387
inv2 = l6 .rpc .invoice ("1800000sat" , "inv2" , "description" )
396
388
397
389
out = subprocess .check_output (
You can’t perform that action at this time.
0 commit comments