1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

Fix typo for Ethereum Social [ETSC] (#160)

This commit is contained in:
Akira Takizawa 2018-07-04 22:35:17 +09:00 committed by Pavol Rusnak
parent d480b2b45a
commit 981b9d1a9e

View File

@ -236,7 +236,7 @@ def update_ethereum(details):
out = details['coins'].setdefault('coin2:ETSC', {})
out['type'] = 'coin'
set_default(out, 'shortcut', 'ETSC')
set_default(out, 'name', 'EthereumSocial')
set_default(out, 'name', 'Ethereum Social')
set_default(out, 't1_enabled', 'yes')
set_default(out, 't2_enabled', 'yes')
update_marketcap(out, 'etsc')