mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-09-27 01:36:14 +02:00
remove debug prints
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user