From b847e24085e8cbdda10ba39f399804c7121bf582 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Mon, 9 Nov 2015 12:26:35 -0500 Subject: [PATCH] BIP 101 --- PATCH_VERSION | 2 +- bin/build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PATCH_VERSION b/PATCH_VERSION index 4f7638fd..184d3f88 100644 --- a/PATCH_VERSION +++ b/PATCH_VERSION @@ -1 +1 @@ -v0.11.1 +v0.11.1-big-blocks diff --git a/bin/build b/bin/build index a56c4a95..c3c90c62 100755 --- a/bin/build +++ b/bin/build @@ -136,7 +136,7 @@ apply the current patch from "${root_dir}"/etc/bitcoin.patch? (y/N): " echo "attempting to checkout tag: ${tag} of bitcoin from github..." cd "${root_dir}" || exit -1 #versions of git prior to 2.x will not clone correctly with --branch - git clone --depth 1 https://github.com/bitcoin/bitcoin.git libbitcoind + git clone --depth 1 https://github.com/bitpay/bitcoin.git libbitcoind cd "${btc_dir}" || exit -1 git fetch --tags git checkout "${tag}"