mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-16 17:42:02 +00:00
Fix typo for Ethereum Social [ETSC] (#160)
This commit is contained in:
parent
d480b2b45a
commit
981b9d1a9e
@ -236,7 +236,7 @@ def update_ethereum(details):
|
|||||||
out = details['coins'].setdefault('coin2:ETSC', {})
|
out = details['coins'].setdefault('coin2:ETSC', {})
|
||||||
out['type'] = 'coin'
|
out['type'] = 'coin'
|
||||||
set_default(out, 'shortcut', 'ETSC')
|
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, 't1_enabled', 'yes')
|
||||||
set_default(out, 't2_enabled', 'yes')
|
set_default(out, 't2_enabled', 'yes')
|
||||||
update_marketcap(out, 'etsc')
|
update_marketcap(out, 'etsc')
|
||||||
|
Loading…
Reference in New Issue
Block a user