Update content_discovery_currently_popular_by_top_zaps.py

This commit is contained in:
Believethehype 2024-05-30 11:07:44 +02:00
parent 477fc07c57
commit 35bf94d28a

View File

@ -139,7 +139,7 @@ class DicoverContentCurrentlyPopularZaps(DVMTaskInterface):
if len(reactions) >= self.min_reactions:
for reaction in reactions:
for tag in reaction.tags():
print(tag.as_vec())
#print(tag.as_vec())
if tag.as_vec()[0] == 'bolt11':
#print(tag.as_vec()[1])
invoice_amount = parse_amount_from_bolt11_invoice(tag.as_vec()[1])