mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-03-26 17:41:43 +01: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():
|
||||
print(tag.as_vec())
|
||||
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])
|
||||
print(invoice_amount)
|
||||
#print(invoice_amount)
|
||||
if tag.as_vec()[0] == 'preimage':
|
||||
haspreimage = True # TODO further check preimage
|
||||
if haspreimage:
|
||||
|
Loading…
x
Reference in New Issue
Block a user