mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-05-14 09:50:00 +02:00
remove debug prints
This commit is contained in:
parent
0b217da58d
commit
477fc07c57
@ -141,9 +141,9 @@ class DicoverContentCurrentlyPopularZaps(DVMTaskInterface):
|
|||||||
for tag in reaction.tags():
|
for tag in reaction.tags():
|
||||||
print(tag.as_vec())
|
print(tag.as_vec())
|
||||||
if tag.as_vec()[0] == 'bolt11':
|
if tag.as_vec()[0] == 'bolt11':
|
||||||
print(tag.as_vec()[1])
|
#print(tag.as_vec()[1])
|
||||||
invoice_amount = parse_amount_from_bolt11_invoice(tag.as_vec()[1])
|
invoice_amount = parse_amount_from_bolt11_invoice(tag.as_vec()[1])
|
||||||
print(invoice_amount)
|
#print(invoice_amount)
|
||||||
if tag.as_vec()[0] == 'preimage':
|
if tag.as_vec()[0] == 'preimage':
|
||||||
haspreimage = True # TODO further check preimage
|
haspreimage = True # TODO further check preimage
|
||||||
if haspreimage:
|
if haspreimage:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user