aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_upgradewallet.py
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2020-05-04 13:36:19 +0200
committerSjors Provoost <sjors@sprovoost.nl>2020-05-04 13:36:40 +0200
commit9c246b873c74834a121edba00fcaecf0cba6f9b4 (patch)
tree32c314a7a4f6c94b472b4cdbdf2aa28b3cc961dc /test/functional/wallet_upgradewallet.py
parent89a28e02fa46f3d5eb07ab02aa34aa95c6fcee11 (diff)
downloadbitcoin-9c246b873c74834a121edba00fcaecf0cba6f9b4.tar.xz
[test] backwards compatibility: bump v0.19.0.1 to v0.19.1
Diffstat (limited to 'test/functional/wallet_upgradewallet.py')
-rwxr-xr-xtest/functional/wallet_upgradewallet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/wallet_upgradewallet.py b/test/functional/wallet_upgradewallet.py
index 9ae1fd3cac..bb81746715 100755
--- a/test/functional/wallet_upgradewallet.py
+++ b/test/functional/wallet_upgradewallet.py
@@ -6,7 +6,7 @@
Test upgradewallet RPC. Download node binaries:
-contrib/devtools/previous_release.sh -b v0.19.0.1 v0.18.1 v0.17.1 v0.16.3 v0.15.2
+contrib/devtools/previous_release.sh -b v0.19.1 v0.18.1 v0.17.1 v0.16.3 v0.15.2
Only v0.15.2 and v0.16.3 are required by this test. The others are used in feature_backwards_compatibility.py
"""