mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
Introduce -testactivationheight=name@height setting
This commit is contained in:
@@ -52,7 +52,7 @@ class NULLDUMMYTest(BitcoinTestFramework):
|
||||
# This script tests NULLDUMMY activation, which is part of the 'segwit' deployment, so we go through
|
||||
# normal segwit activation here (and don't use the default always-on behaviour).
|
||||
self.extra_args = [[
|
||||
f'-segwitheight={COINBASE_MATURITY + 5}',
|
||||
f'-testactivationheight=segwit@{COINBASE_MATURITY + 5}',
|
||||
'-addresstype=legacy',
|
||||
'-par=1', # Use only one script thread to get the exact reject reason for testing
|
||||
]]
|
||||
|
||||
Reference in New Issue
Block a user