mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-15 12:50:47 +02:00
Remove unused commented sleep in itest after channel open (#73)
This commit is contained in:
parent
0bef07e133
commit
89ddf0fbcb
1 changed files with 0 additions and 7 deletions
|
|
@ -219,13 +219,6 @@ def run():
|
|||
list_channels_response = lnd_lightning_client.list_channels()
|
||||
print("Server list channels response: " + str(list_channels_response))
|
||||
|
||||
# # Sleep for 60 seconds to confirm the channel open transaction
|
||||
# time.sleep(60)
|
||||
|
||||
# # List channels
|
||||
# list_channels_response = lnd_lightning_client.list_channels()
|
||||
# print("Server list channels response: " + str(list_channels_response))
|
||||
|
||||
# Pay the invoice
|
||||
payment = lnd_lightning_client.pay_invoice_sync(buy_response.offer.payment_request)
|
||||
print("Server pay invoice response: " + str(payment))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue