mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +00:00
common/defs: fix typo in cointool; remove icons of already deleted coins
[skip_ci]
This commit is contained in:
parent
677465eecd
commit
a7e7f6fc5f
Binary file not shown.
Before Width: | Height: | Size: 19 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.8 KiB |
@ -464,7 +464,7 @@ def check_segwit(coins):
|
|||||||
print_log(
|
print_log(
|
||||||
logging.ERROR,
|
logging.ERROR,
|
||||||
coin["name"],
|
coin["name"],
|
||||||
"segwit is True => %s should NOT be set" % field,
|
"segwit is False => %s should NOT be set" % field,
|
||||||
)
|
)
|
||||||
return False
|
return False
|
||||||
return True
|
return True
|
||||||
|
Loading…
Reference in New Issue
Block a user