From 52c2ee05f83591b93a92c6bfc096a8b86f3e8fb9 Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Tue, 3 Oct 2023 13:36:16 +0200
Subject: [PATCH] fix: remove treasury feeding

---
 lib/functions.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/functions.py b/lib/functions.py
index d7d44c3..41874c2 100644
--- a/lib/functions.py
+++ b/lib/functions.py
@@ -98,7 +98,7 @@ def get_identities_and_wallets(start_timestamp: int, leveldb_path: str) -> tuple
         # add missing money to treasury
         treasury += missing_money
     # FIXME get real treasury address
-    wallets["5EYCAe5ijiYfyeZ2JJCGq56LmPyNRAKzpG4QkoQkkQNB5e6Z"] = treasury
+    # wallets["5EYCAe5ijiYfyeZ2JJCGq56LmPyNRAKzpG4QkoQkkQNB5e6Z"] = treasury
 
     # TODO make sure that index respects order of arrival
     # Get identities names by pubkey
-- 
GitLab