Skip to content
Snippets Groups Projects
Commit e578d340 authored by Jonah Husson's avatar Jonah Husson
Browse files

doc comments

parent f47c3887
No related branches found
No related tags found
1 merge request!10Points should maintain an external list of wallet to country mappings
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment