From 15ef3eb61e28a4e6ec93dbc82bec4e84c9c6d999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vitalij=20Dovhany=C4=8D?= <45185420+vdovhanych@users.noreply.github.com> Date: Thu, 11 Mar 2021 13:52:01 +0100 Subject: [PATCH] Link typo fix --- configs/coins/zcash.json | 2 +- configs/coins/zcash_testnet.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/coins/zcash.json b/configs/coins/zcash.json index 10485a8f..f0e7dd4a 100644 --- a/configs/coins/zcash.json +++ b/configs/coins/zcash.json @@ -23,7 +23,7 @@ "package_revision": "satoshilabs-1", "system_user": "zcash", "version": "4.3.0", - "binary_url": "https://download.z.cash/downloads//zcash-4.3.0-linux64-debian-stretch.tar.gz", + "binary_url": "https://download.z.cash/downloads/zcash-4.3.0-linux64-debian-stretch.tar.gz", "verification_type": "sha256", "verification_source": "2654225b62b5bb8a39dc62a7f6b9ea13f66c2dc5be16da452f1031994e49eb64", "extract_command": "tar -C backend --strip 1 -xf", diff --git a/configs/coins/zcash_testnet.json b/configs/coins/zcash_testnet.json index 10753df3..1790a535 100644 --- a/configs/coins/zcash_testnet.json +++ b/configs/coins/zcash_testnet.json @@ -23,7 +23,7 @@ "package_revision": "satoshilabs-1", "system_user": "zcash", "version": "4.3.0", - "binary_url": "https://download.z.cash/downloads//zcash-4.3.0-linux64-debian-stretch.tar.gz", + "binary_url": "https://download.z.cash/downloads/zcash-4.3.0-linux64-debian-stretch.tar.gz", "verification_type": "sha256", "verification_source": "2654225b62b5bb8a39dc62a7f6b9ea13f66c2dc5be16da452f1031994e49eb64", "extract_command": "tar -C backend --strip 1 -xf",