common/defs: fix typo in cointool; remove icons of already deleted coins

[skip_ci]
pull/1416/head
Pavol Rusnak 3 years ago
parent 677465eecd
commit a7e7f6fc5f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

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(
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

Loading…
Cancel
Save