From 14b4cc8d28871e26acf1438cbc374305355a325d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Salgado?= Date: Tue, 16 Aug 2022 13:53:30 +0100 Subject: [PATCH] fix: remove XMR installed flag --- lib/blockchain/install.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/blockchain/install.js b/lib/blockchain/install.js index c27d29d7..4007256f 100644 --- a/lib/blockchain/install.js +++ b/lib/blockchain/install.js @@ -139,7 +139,6 @@ function getBlockchainSyncStatus (cryptoList) { } function isInstalled (crypto) { - if (crypto.cryptoCode === 'XMR') return true return isInstalledSoftware(crypto) && isInstalledVolume(crypto) }