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) }