From 2cc06cc34b4ccdc804f6bbfb1efae874405ab125 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Mon, 16 May 2016 15:39:29 -0400 Subject: [PATCH] build: update bitcoind release to include mempool spentindex --- scripts/download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/download b/scripts/download index 081888c9..ad84d65d 100755 --- a/scripts/download +++ b/scripts/download @@ -7,7 +7,7 @@ platform=`uname -a | awk '{print tolower($1)}'` arch=`uname -m` version="0.12.0" url="https://github.com/braydonf/bitcoin/releases/download" -tag="v0.12-bitcore-rc2-spent" +tag="v0.12-bitcore-rc2-spent2" if [ "${platform}" == "linux" ]; then if [ "${arch}" == "x86_64" ]; then