diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-08-27 12:54:24 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-09-16 18:52:59 +0200 |
commit | faad1e5ffda255aecf1b0ea2152cd4f6805e678f (patch) | |
tree | f5f115168b1c19db862c66d23ca82a41a6a99f5e /test/functional/feature_nulldummy.py | |
parent | fadb2ef2fa8561882db463f35df9b8a0e9609658 (diff) |
Introduce -testactivationheight=name@height setting
Diffstat (limited to 'test/functional/feature_nulldummy.py')
-rwxr-xr-x | test/functional/feature_nulldummy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/feature_nulldummy.py b/test/functional/feature_nulldummy.py index 96984e1e64..217a38050d 100755 --- a/test/functional/feature_nulldummy.py +++ b/test/functional/feature_nulldummy.py @@ -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 ]] |