mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-28 04:52:36 +02:00
test: Remove unused -blockversion from tests
This commit is contained in:
parent
cb21d864c5
commit
fa2b778d0c
@ -150,7 +150,6 @@ class BIP68_112_113Test(BitcoinTestFramework):
|
|||||||
self.setup_clean_chain = True
|
self.setup_clean_chain = True
|
||||||
self.extra_args = [[
|
self.extra_args = [[
|
||||||
'-whitelist=noban@127.0.0.1',
|
'-whitelist=noban@127.0.0.1',
|
||||||
'-blockversion=4',
|
|
||||||
'-addresstype=legacy',
|
'-addresstype=legacy',
|
||||||
'-par=1', # Use only one script thread to get the exact reject reason for testing
|
'-par=1', # Use only one script thread to get the exact reject reason for testing
|
||||||
]]
|
]]
|
||||||
|
@ -41,11 +41,12 @@ class NotificationsTest(BitcoinTestFramework):
|
|||||||
|
|
||||||
# -alertnotify and -blocknotify on node0, walletnotify on node1
|
# -alertnotify and -blocknotify on node0, walletnotify on node1
|
||||||
self.extra_args = [[
|
self.extra_args = [[
|
||||||
"-alertnotify=echo > {}".format(os.path.join(self.alertnotify_dir, '%s')),
|
"-alertnotify=echo > {}".format(os.path.join(self.alertnotify_dir, '%s')),
|
||||||
"-blocknotify=echo > {}".format(os.path.join(self.blocknotify_dir, '%s'))],
|
"-blocknotify=echo > {}".format(os.path.join(self.blocknotify_dir, '%s')),
|
||||||
["-blockversion=211",
|
], [
|
||||||
"-rescan",
|
"-rescan",
|
||||||
"-walletnotify=echo > {}".format(os.path.join(self.walletnotify_dir, notify_outputname('%w', '%s')))]]
|
"-walletnotify=echo > {}".format(os.path.join(self.walletnotify_dir, notify_outputname('%w', '%s'))),
|
||||||
|
]]
|
||||||
self.wallet_names = [self.default_wallet_name, self.wallet]
|
self.wallet_names = [self.default_wallet_name, self.wallet]
|
||||||
super().setup_network()
|
super().setup_network()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user