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

pull/41/head
Akira Takizawa 6 years ago committed by Pavol Rusnak
parent d480b2b45a
commit 981b9d1a9e

@ -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')

Loading…
Cancel
Save