1
0
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:
Pavol Rusnak 2021-01-13 19:52:59 +01:00
parent 677465eecd
commit a7e7f6fc5f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
4 changed files with 1 additions and 1 deletions

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

View File

@ -464,7 +464,7 @@ def check_segwit(coins):
print_log(
logging.ERROR,
coin["name"],
"segwit is True => %s should NOT be set" % field,
"segwit is False => %s should NOT be set" % field,
)
return False
return True