Skip to content
Snippets Groups Projects
Commit 52c2ee05 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix: remove treasury feeding

parent 3b766e0e
No related branches found
No related tags found
1 merge request!4import data from Duniter 1.8 leveldb database
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment