mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
travis: use bitcoind v0.20.1
Prior to v0.20.1, PSBT parsing is stricter and doesn't allow both a witness_utxo and non_witness_utxo to be set.
This commit is contained in:
parent
a1ba214011
commit
90662e03a1
@ -22,10 +22,10 @@ mkdir -p dependencies/bin || true
|
|||||||
|
|
||||||
# Download bitcoind and bitcoin-cli
|
# Download bitcoind and bitcoin-cli
|
||||||
if [ ! -f dependencies/bin/bitcoind ]; then
|
if [ ! -f dependencies/bin/bitcoind ]; then
|
||||||
wget https://storage.googleapis.com/c-lightning-tests/bitcoin-0.18.1-x86_64-linux-gnu.tar.bz2
|
wget https://storage.googleapis.com/c-lightning-tests/bitcoin-0.20.1-x86_64-linux-gnu.tar.bz2
|
||||||
tar -xjf bitcoin-0.18.1-x86_64-linux-gnu.tar.bz2
|
tar -xjf bitcoin-0.20.1-x86_64-linux-gnu.tar.bz2
|
||||||
mv bitcoin-0.18.1/bin/* dependencies/bin
|
mv bitcoin-0.20.1/bin/* dependencies/bin
|
||||||
rm -rf bitcoin-0.18.1-x86_64-linux-gnu.tar.gz bitcoin-0.18.1
|
rm -rf bitcoin-0.20.1-x86_64-linux-gnu.tar.gz bitcoin-0.20.1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pyenv global 3.7
|
pyenv global 3.7
|
||||||
|
Loading…
Reference in New Issue
Block a user