Update Bitcoin to 5.15 (295)

This commit is contained in:
Boris Kraut 2017-03-03 16:34:22 +01:00
parent e3fde5aaa5
commit 6ea6fb4085

View file

@ -805,6 +805,13 @@ Build:5.14,294
prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.10" }' >> ../build.gradle
scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
Build:5.15,295
commit=251f2c7bd7ebca06b2ea49c0efa2173b4ab98ba5
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.