From b65303e1ed37aac456aff8597a73d8565a2a837e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Oliveira?= Date: Tue, 12 Apr 2022 19:38:55 +0100 Subject: [PATCH] refactor: remove LN from old crypto list --- lib/admin/config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/admin/config.js b/lib/admin/config.js index 30ed4863..328cadcf 100644 --- a/lib/admin/config.js +++ b/lib/admin/config.js @@ -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,