Update prize pool

This commit is contained in:
ekzyis 2024-02-28 16:30:20 +01:00
parent aae841b21b
commit 9075e80b7e
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ x================================+
""")
# run this to sum sats:
# SELECT SUM(msats) / 1000 FROM "Item" WHERE ("userId" = 19494) or id = 342259;
# SELECT SUM(msats) / 1000 FROM "Item" WHERE ("userId" = 19494) or id = 342259;
# last updated: 2024-02-11
prize_pool = 136393.86
prize_pool = 137268.86
invoices_path = "invoices.json"
invoices = load_invoices(invoices_path)