mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 18:57:06 +01:00
pytest: remove useless debugging print
This commit is contained in:
parent
71c62e726e
commit
a44e1e456f
1 changed files with 0 additions and 2 deletions
|
@ -2347,8 +2347,6 @@ class LightningDTests(BaseLightningDTests):
|
||||||
inv2 = l2.rpc.invoice(1000, 'inv2', 'inv2')
|
inv2 = l2.rpc.invoice(1000, 'inv2', 'inv2')
|
||||||
inv3 = l2.rpc.invoice(1000, 'inv3', 'inv3')
|
inv3 = l2.rpc.invoice(1000, 'inv3', 'inv3')
|
||||||
|
|
||||||
print("AAAA", l2.rpc.listinvoice())
|
|
||||||
|
|
||||||
self.fund_channel(l1, l2, 10**6)
|
self.fund_channel(l1, l2, 10**6)
|
||||||
|
|
||||||
l1.bitcoin.generate_block(6)
|
l1.bitcoin.generate_block(6)
|
||||||
|
|
Loading…
Add table
Reference in a new issue