fix: disable zcashd installation
This commit is contained in:
parent
e357adf156
commit
1ef40693f2
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ function isDisabled (crypto) {
|
||||||
case 'ETH':
|
case 'ETH':
|
||||||
return 'Use admin\'s Infura plugin'
|
return 'Use admin\'s Infura plugin'
|
||||||
case 'ZEC':
|
case 'ZEC':
|
||||||
return isInstalled(crypto) && 'Installed' || isInstalled(_.find(it => it.code === 'monero', cryptos)) && 'Insufficient resources. Contact support.'
|
return 'Use admin\'s BitGo plugin'
|
||||||
case 'XMR':
|
case 'XMR':
|
||||||
return isInstalled(crypto) && 'Installed' || isInstalled(_.find(it => it.code === 'zcash', cryptos)) && 'Insufficient resources. Contact support.'
|
return isInstalled(crypto) && 'Installed' || isInstalled(_.find(it => it.code === 'zcash', cryptos)) && 'Insufficient resources. Contact support.'
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue