mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-16 17:42:02 +00:00
defs: ignore regtest in coins_details
This commit is contained in:
parent
0a52b51a26
commit
5b4cc82e71
@ -343,7 +343,7 @@ def check_missing_data(coins):
|
|||||||
if len(coin.get("wallet", [])) == 0:
|
if len(coin.get("wallet", [])) == 0:
|
||||||
LOG.debug(f"{k}: Missing wallet")
|
LOG.debug(f"{k}: Missing wallet")
|
||||||
|
|
||||||
if "Testnet" in coin["name"]:
|
if "Testnet" in coin["name"] or "Regtest" in coin["name"]:
|
||||||
LOG.debug(f"{k}: Hiding testnet")
|
LOG.debug(f"{k}: Hiding testnet")
|
||||||
hide = True
|
hide = True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user