fix: remove XMR installed flag

This commit is contained in:
Sérgio Salgado 2022-08-16 13:53:30 +01:00
parent c7880d07de
commit 14b4cc8d28

View file

@ -139,7 +139,6 @@ function getBlockchainSyncStatus (cryptoList) {
}
function isInstalled (crypto) {
if (crypto.cryptoCode === 'XMR') return true
return isInstalledSoftware(crypto) && isInstalledVolume(crypto)
}