From 33d7db01e2a63a12ae7a659d7a2d8fbb4143e64a Mon Sep 17 00:00:00 2001 From: Neal Date: Tue, 8 Jun 2021 14:59:49 -0400 Subject: [PATCH] chore: bump dashd release --- 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 eb1e5249..b4357011 100644 --- a/lib/blockchain/common.js +++ b/lib/blockchain/common.js @@ -33,7 +33,7 @@ const BINARIES = { dir: 'zcash-4.4.0/bin' }, DASH: { - url: 'https://github.com/dashpay/dash/releases/download/v0.17.0.2/dashcore-0.17.0.2-x86_64-linux-gnu.tar.gz', + url: 'https://github.com/dashpay/dash/releases/download/v0.17.0.3/dashcore-0.17.0.3-x86_64-linux-gnu.tar.gz', dir: 'dashcore-0.17.0/bin' }, LTC: {