scripts: bump bitcoind version to 0.20

This commit is contained in:
Wilmer Paulino 2020-06-09 12:53:41 -07:00
parent d49c6fba87
commit 6e8021f858
No known key found for this signature in database
GPG Key ID: 6DF57B9F9514972F

View File

@ -2,7 +2,7 @@
set -ev
export BITCOIND_VERSION=0.19.1
export BITCOIND_VERSION=0.20.0
if sudo cp ~/bitcoin/bitcoin-$BITCOIND_VERSION/bin/bitcoind /usr/local/bin/bitcoind
then