test: Remove unused -blockversion from tests

This commit is contained in:
MarcoFalke
2020-10-16 13:05:56 +02:00
parent cb21d864c5
commit fa2b778d0c
2 changed files with 6 additions and 6 deletions

View File

@@ -150,7 +150,6 @@ class BIP68_112_113Test(BitcoinTestFramework):
self.setup_clean_chain = True
self.extra_args = [[
'-whitelist=noban@127.0.0.1',
'-blockversion=4',
'-addresstype=legacy',
'-par=1', # Use only one script thread to get the exact reject reason for testing
]]