From abb6453fb3afc2b23942f2e61519420987f4f889 Mon Sep 17 00:00:00 2001 From: Martin Boehm Date: Mon, 22 Jun 2020 18:40:54 +0200 Subject: [PATCH] Fix dash testnet config #447 --- configs/coins/dash_testnet.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/coins/dash_testnet.json b/configs/coins/dash_testnet.json index a0b44434..3bd4eb3b 100644 --- a/configs/coins/dash_testnet.json +++ b/configs/coins/dash_testnet.json @@ -25,7 +25,7 @@ "version": "0.15.0.0", "binary_url": "https://github.com/dashpay/dash/releases/download/v0.15.0.0/dashcore-0.15.0.0-x86_64-linux-gnu.tar.gz", "verification_type": "gpg-sha256", - "verification_source": "https://github.com/dashpay/dash/releases/download/v0.15.0.0/dashcore-0.15.0.0-x86_64-linux-gnu.tar.gz.asc", + "verification_source": "https://github.com/dashpay/dash/releases/download/v0.15.0.0/SHA256SUMS.asc", "extract_command": "tar -C backend --strip 1 -xf", "exclude_files": [ "bin/dash-qt"