Skip to content
Snippets Groups Projects

Points should maintain an external list of wallet to country mappings

1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -481,6 +481,12 @@ def parse_bins(countries_list):
def update_wallet_country_list(active_nodes, list_path):
"""
Check active nodes for items not in the current list of wallets & add if necessary
:param active_nodes:
:param list_path:
:return:
"""
global wallet_list
with open(list_path, "a+") as f:
if not wallet_list:
Loading