From 45114cb81939022073f170ee7c6fd5cadb7c0cc9 Mon Sep 17 00:00:00 2001 From: Conner Fromknecht Date: Tue, 1 Oct 2019 16:29:55 -0700 Subject: [PATCH] build: bump to bitcoind 0.18.1 for itests --- .travis.yml | 2 +- scripts/install_bitcoind.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b8cce694..8253912e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go cache: directories: - - ~/bitcoin/bitcoin-0.18.0/bin + - ~/bitcoin/bitcoin-0.18.1/bin - $GOCACHE - $GOPATH/pkg/mod - $GOPATH/src/github.com/btcsuite diff --git a/scripts/install_bitcoind.sh b/scripts/install_bitcoind.sh index e5ee84ac..f70f8a3d 100755 --- a/scripts/install_bitcoind.sh +++ b/scripts/install_bitcoind.sh @@ -2,7 +2,7 @@ set -ev -export BITCOIND_VERSION=0.18.0 +export BITCOIND_VERSION=0.18.1 if sudo cp ~/bitcoin/bitcoin-$BITCOIND_VERSION/bin/bitcoind /usr/local/bin/bitcoind then