Change to building from bitcoin master

This commit is contained in:
Andrew Chow 2019-02-15 00:33:06 -05:00
parent 0ec664dba7
commit daa99c7ea3

View File

@ -149,7 +149,7 @@ cd ..
# Clone bitcoind if it doesn't exist, or update it if it does
bitcoind_setup_needed=false
if [ ! -d "bitcoin" ]; then
git clone https://github.com/achow101/bitcoin.git -b hww
git clone https://github.com/bitcoin/bitcoin.git
cd bitcoin
bitcoind_setup_needed=true
else