refactor: remove LN from old crypto list

This commit is contained in:
José Oliveira 2022-04-12 19:38:55 +01:00 committed by siiky
parent e4267d8aba
commit b65303e1ed

View file

@ -172,8 +172,7 @@ function fetchData () {
{crypto: 'LTC', display: 'Litecoin'},
{crypto: 'DASH', display: 'Dash'},
{crypto: 'ZEC', display: 'Zcash'},
{crypto: 'BCH', display: 'Bitcoin Cash'},
{crypto: 'LN', display: 'Lightning Network'}
{crypto: 'BCH', display: 'Bitcoin Cash'}
],
languages: languages,
countries,