Update Bitcoin to 5.20 (300)

This commit is contained in:
Boris Kraut 2017-05-14 02:10:15 +02:00
parent 6ce8756747
commit ee99705e30

View file

@ -826,6 +826,13 @@ Build:5.18,298
prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.10" }' >> ../build.gradle
scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
Build:5.20,300
commit=d9dca34833ba3ceb56b222347550aad083032ceb
subdir=wallet
gradle=yes
prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.10" }' >> ../build.gradle
scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
Maintainer Notes:
See wallet/{README,CHANGES} or git log for info about what BitcoinJ tag to use.
Use latest commit in 'prod' branch, which is a rebase on top of the latest tag.