From 28d40fb1ca36fda01f5956c7231c57a7f020cab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Salgado?= Date: Tue, 14 Jun 2022 16:01:46 +0100 Subject: [PATCH] fix: zcash files version --- lib/blockchain/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/blockchain/common.js b/lib/blockchain/common.js index 9cbaa5bc..2c07f68e 100644 --- a/lib/blockchain/common.js +++ b/lib/blockchain/common.js @@ -32,7 +32,7 @@ const BINARIES = { }, ZEC: { url: 'https://z.cash/downloads/zcash-5.0.0-linux64-debian-bullseye.tar.gz', - dir: 'zcash-4.7.0/bin' + dir: 'zcash-5.0.0/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',