From 1ffbffd0bed070206f43d3565cce6656d9242870 Mon Sep 17 00:00:00 2001 From: Neal Date: Sun, 28 Feb 2021 15:32:58 -0500 Subject: [PATCH] fix: revert bitcoind update --- lib/blockchain/common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/blockchain/common.js b/lib/blockchain/common.js index dcb6e1df..2c0bdc3c 100644 --- a/lib/blockchain/common.js +++ b/lib/blockchain/common.js @@ -21,8 +21,8 @@ module.exports = { const BINARIES = { BTC: { - url: 'https://bitcoincore.org/bin/bitcoin-core-0.21.0/bitcoin-0.21.0-x86_64-linux-gnu.tar.gz', - dir: 'bitcoin-0.21.0/bin' + url: 'https://bitcoincore.org/bin/bitcoin-core-0.20.1/bitcoin-0.20.1-x86_64-linux-gnu.tar.gz', + dir: 'bitcoin-0.20.1/bin' }, ETH: { url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.9.25-e7872729.tar.gz',