tools: take coin_label for human readable name instead of coin_name

pull/41/head
matejcik 6 years ago
parent 265935811e
commit 8065966e57

@ -193,7 +193,7 @@ def _load_btc_coins():
for filename in glob.glob(os.path.join(DEFS_DIR, "coins", "*.json")):
coin = load_json(filename)
coin.update(
name=coin["coin_name"],
name=coin["coin_label"],
shortcut=coin["coin_shortcut"],
key="bitcoin:{}".format(coin["coin_shortcut"]),
icon=filename.replace(".json", ".png"),

Loading…
Cancel
Save