From 1ef40693f233857ef3d74c5cfe9fcd066d09afcd Mon Sep 17 00:00:00 2001 From: Neal Date: Wed, 14 Jun 2023 08:57:43 -0400 Subject: [PATCH] fix: disable zcashd installation --- lib/blockchain/install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/blockchain/install.js b/lib/blockchain/install.js index 71434198..2220efec 100644 --- a/lib/blockchain/install.js +++ b/lib/blockchain/install.js @@ -148,7 +148,7 @@ function isDisabled (crypto) { case 'ETH': return 'Use admin\'s Infura plugin' 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': return isInstalled(crypto) && 'Installed' || isInstalled(_.find(it => it.code === 'zcash', cryptos)) && 'Insufficient resources. Contact support.' default: