From 8b1cbce86f9b149dfe6f07404c8f0bf436ef4b8f Mon Sep 17 00:00:00 2001 From: Rafael Taranto Date: Thu, 17 Apr 2025 07:32:19 +0100 Subject: [PATCH] fix: missing comma --- 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 97a08ab8..169deb45 100644 --- a/lib/blockchain/common.js +++ b/lib/blockchain/common.js @@ -50,7 +50,7 @@ const BINARIES = { defaultUrlHash: 'd89c2afd78183f3ee815adcccdff02098be0c982633889e7b1e9c9656fbef219', defaultDir: 'dashcore-18.1.0/bin', url: 'https://github.com/dashpay/dash/releases/download/v21.1.1/dashcore-21.1.1-x86_64-linux-gnu.tar.gz', - dir: 'dashcore-21.1.1/bin' + dir: 'dashcore-21.1.1/bin', urlHash: 'c3157d4a82a3cb7c904a68e827bd1e629854fefcc0dcaf1de4343a810a190bf5', }, LTC: {