mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Remove print line
This commit is contained in:
parent
29fad2435f
commit
5229731341
1 changed files with 0 additions and 1 deletions
|
|
@ -170,7 +170,6 @@ class LNDLightningClient(LightningClient):
|
|||
def get_invoice_stream():
|
||||
try:
|
||||
for invoice in subscribe_result:
|
||||
print(invoice)
|
||||
if invoice.settled:
|
||||
yield invoice
|
||||
except grpc.RpcError as e:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue