From e4267d8aba103b222e97076d931fc4ae271c9d3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Oliveira?= Date: Tue, 12 Apr 2022 19:37:37 +0100 Subject: [PATCH] refactor: revert old config changes --- lib/admin/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/admin/config.js b/lib/admin/config.js index 328cadcf..30ed4863 100644 --- a/lib/admin/config.js +++ b/lib/admin/config.js @@ -172,7 +172,8 @@ function fetchData () { {crypto: 'LTC', display: 'Litecoin'}, {crypto: 'DASH', display: 'Dash'}, {crypto: 'ZEC', display: 'Zcash'}, - {crypto: 'BCH', display: 'Bitcoin Cash'} + {crypto: 'BCH', display: 'Bitcoin Cash'}, + {crypto: 'LN', display: 'Lightning Network'} ], languages: languages, countries,