fix: remove XMR installed flag
This commit is contained in:
parent
c7880d07de
commit
14b4cc8d28
1 changed files with 0 additions and 1 deletions
|
|
@ -139,7 +139,6 @@ function getBlockchainSyncStatus (cryptoList) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function isInstalled (crypto) {
|
function isInstalled (crypto) {
|
||||||
if (crypto.cryptoCode === 'XMR') return true
|
|
||||||
return isInstalledSoftware(crypto) && isInstalledVolume(crypto)
|
return isInstalledSoftware(crypto) && isInstalledVolume(crypto)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue