Merge 299544f9c5 into merged_master (Bitcoin PR #18534)

This commit is contained in:
Andrew Poelstra 2020-11-26 01:08:10 +00:00
commit 3e35839fe6

View file

@ -40,6 +40,9 @@ class BackwardsCompatibilityTest(BitcoinTestFramework):
["-nowallet", "-walletrbf=1", "-addresstype=bech32"] # v0.17.1
]
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()
def setup_nodes(self):
if os.getenv("TEST_PREVIOUS_RELEASES") == "false":
raise SkipTest("backwards compatibility tests")