aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_upgradewallet.py
diff options
context:
space:
mode:
authornthumann <me@n-thumann.de>2020-09-02 13:48:54 +0200
committernthumann <me@n-thumann.de>2020-09-02 13:51:36 +0200
commit6de942908726480fb2919ed1f1b7906a63ec576d (patch)
tree5291260a6c2019feafb861f0330f478fde1ee9db /test/functional/wallet_upgradewallet.py
parente796fdd4cb8ed1adfcf128549f3e8cc1af2759b9 (diff)
downloadbitcoin-6de942908726480fb2919ed1f1b7906a63ec576d.tar.xz
qa: Changes v0.17.1 to v0.17.2
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 f3d6e74829..69aa603c6b 100755
--- a/test/functional/wallet_upgradewallet.py
+++ b/test/functional/wallet_upgradewallet.py
@@ -6,7 +6,7 @@
Test upgradewallet RPC. Download node binaries:
-test/get_previous_releases.py -b v0.19.1 v0.18.1 v0.17.1 v0.16.3 v0.15.2
+test/get_previous_releases.py -b v0.19.1 v0.18.1 v0.17.2 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
"""