qa: Changes v0.17.1 to v0.17.2

This commit is contained in:
nthumann
2020-09-02 13:48:54 +02:00
parent e796fdd4cb
commit 6de9429087
3 changed files with 5 additions and 5 deletions

View File

@@ -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.
"""