From a99b8d0ca72f24a50eb7bc8352d7bfdf31622169 Mon Sep 17 00:00:00 2001 From: Neal Date: Thu, 14 Oct 2021 12:30:35 -0400 Subject: [PATCH] fix: update zcashd, prior hosted binary removed --- lib/blockchain/common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/blockchain/common.js b/lib/blockchain/common.js index 1a1764ac..56cdefd3 100644 --- a/lib/blockchain/common.js +++ b/lib/blockchain/common.js @@ -29,8 +29,8 @@ const BINARIES = { dir: 'geth-linux-amd64-1.10.9-eae3b194' }, ZEC: { - url: 'https://z.cash/downloads/zcash-4.5.1-linux64-debian-stretch.tar.gz', - dir: 'zcash-4.5.1/bin' + url: 'https://z.cash/downloads/zcash-4.5.1-1-linux64-debian-stretch.tar.gz', + dir: 'zcash-4.5.1-1/bin' }, DASH: { url: 'https://github.com/dashpay/dash/releases/download/v0.17.0.3/dashcore-0.17.0.3-x86_64-linux-gnu.tar.gz',