aboutsummaryrefslogtreecommitdiff
path: root/test/functional/mempool_compatibility.py
diff options
context:
space:
mode:
authornthumann <[email protected]>2020-09-02 13:48:54 +0200
committernthumann <[email protected]>2020-09-02 13:51:36 +0200
commit6de942908726480fb2919ed1f1b7906a63ec576d (patch)
tree5291260a6c2019feafb861f0330f478fde1ee9db /test/functional/mempool_compatibility.py
parentMerge #19507: Expand functional zmq transaction tests (diff)
downloaddiscoin-6de942908726480fb2919ed1f1b7906a63ec576d.tar.xz
discoin-6de942908726480fb2919ed1f1b7906a63ec576d.zip
qa: Changes v0.17.1 to v0.17.2
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 75ca8d323..ad29d389e 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:
-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 is required by this test. The rest is used in other backwards compatibility tests.
"""