aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_upgradewallet.py
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2020-11-03 21:28:55 +0100
committerMarcoFalke <falke.marco@gmail.com>2021-02-25 08:50:34 +0100
commit85ccffa26686c6c9adbd18bdde37fc1747281bab (patch)
treec69fe89418c2e3141624845e83ed3a40ace459e3 /test/functional/wallet_upgradewallet.py
parent29d6b1da2a862bfbb14e7821979c97416c5400e8 (diff)
downloadbitcoin-85ccffa26686c6c9adbd18bdde37fc1747281bab.tar.xz
test: move releases download incantation to README
Diffstat (limited to 'test/functional/wallet_upgradewallet.py')
-rwxr-xr-xtest/functional/wallet_upgradewallet.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/functional/wallet_upgradewallet.py b/test/functional/wallet_upgradewallet.py
index 6528f6ed6e..4802c4f539 100755
--- a/test/functional/wallet_upgradewallet.py
+++ b/test/functional/wallet_upgradewallet.py
@@ -6,9 +6,8 @@
Test upgradewallet RPC. Download node binaries:
-test/get_previous_releases.py -b v0.20.1 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
+Requires previous releases binaries, see test/README.md.
+Only v0.15.2 and v0.16.3 are required by this test.
"""
import os