aboutsummaryrefslogtreecommitdiff
path: root/test/functional/mempool_compatibility.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/mempool_compatibility.py
parent29d6b1da2a862bfbb14e7821979c97416c5400e8 (diff)
downloadbitcoin-85ccffa26686c6c9adbd18bdde37fc1747281bab.tar.xz
test: move releases download incantation to README
Diffstat (limited to 'test/functional/mempool_compatibility.py')
-rwxr-xr-xtest/functional/mempool_compatibility.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/functional/mempool_compatibility.py b/test/functional/mempool_compatibility.py
index 31043f277d..4a073bf284 100755
--- a/test/functional/mempool_compatibility.py
+++ b/test/functional/mempool_compatibility.py
@@ -7,10 +7,7 @@
NOTE: The test is designed to prevent cases when compatibility is broken accidentally.
In case we need to break mempool compatibility we can continue to use the test by just bumping the version number.
-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 is required by this test. The rest is used in other backwards compatibility tests.
+The previous release v0.15.2 is required by this test, see test/README.md.
"""
import os