From 90925d05d7c0e7c30a1561c82a3bee40f1f8a215 Mon Sep 17 00:00:00 2001 From: Neal Date: Thu, 6 Oct 2022 14:27:43 -0400 Subject: [PATCH] fix dash arch --- 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 4ddd1720..6fbff3bb 100644 --- a/lib/blockchain/common.js +++ b/lib/blockchain/common.js @@ -37,7 +37,7 @@ const BINARIES = { dir: 'zcash-5.2.0/bin' }, DASH: { - url: 'https://github.com/dashpay/dash/releases/download/v18.0.1/dashcore-18.0.1-aarch64-linux-gnu.tar.gz', + url: 'https://github.com/dashpay/dash/releases/download/v18.0.1/dashcore-18.0.1-x86_64-linux-gnu.tar.gz', dir: 'dashcore-18.0.1/bin' }, LTC: {