aboutsummaryrefslogtreecommitdiff
path: root/test/functional/mempool_compatibility.py
diff options
context:
space:
mode:
authorBrian Liotti <bliotti@protonmail.com>2020-07-04 01:22:58 -0400
committerBrian Liotti <bliotti@protonmail.com>2020-07-05 04:05:02 -0400
commit9c34aff39309b8adc99d347e07b6ddb5366498e9 (patch)
treee3aefc0081aae1c0c1881c1cc20069359b3b10f1 /test/functional/mempool_compatibility.py
parente1e5960e10a9329d9f55a3967d546ffbdd896030 (diff)
downloadbitcoin-9c34aff39309b8adc99d347e07b6ddb5366498e9.tar.xz
Remove previous_release.sh
Diffstat (limited to 'test/functional/mempool_compatibility.py')
-rwxr-xr-xtest/functional/mempool_compatibility.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/mempool_compatibility.py b/test/functional/mempool_compatibility.py
index 999399dec0..31fb751904 100755
--- a/test/functional/mempool_compatibility.py
+++ b/test/functional/mempool_compatibility.py
@@ -8,7 +8,7 @@ NOTE: The test is designed to prevent cases when compatibility is broken acciden
In case we need to break mempool compatibility we can continue to use the test by just bumping the version number.
Download node binaries:
-contrib/devtools/previous_release.sh -b v0.19.1 v0.18.1 v0.17.1 v0.16.3 v0.15.2
+contrib/devtools/previous_release.py -b v0.19.1 v0.18.1 v0.17.1 v0.16.3 v0.15.2
Only v0.15.2 is required by this test. The rest is used in other backwards compatibility tests.
"""