diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-08-05 12:06:23 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-08-05 12:08:33 +0200 |
commit | fafe896a0b870d85250927bd5374caf73d379468 (patch) | |
tree | becab661c425625ba1330ac8ee7bdca9d161919b /test/functional/test_framework/blocktools.py | |
parent | c4b42aa4ffa1596742135acaa805343675acd7ab (diff) |
test: Set regtest.BIP66Height = 102 to speed up tests
Diffstat (limited to 'test/functional/test_framework/blocktools.py')
-rw-r--r-- | test/functional/test_framework/blocktools.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_framework/blocktools.py b/test/functional/test_framework/blocktools.py index a88a119e6f..0c7aaee306 100644 --- a/test/functional/test_framework/blocktools.py +++ b/test/functional/test_framework/blocktools.py @@ -55,6 +55,7 @@ TIME_GENESIS_BLOCK = 1296688602 COINBASE_MATURITY = 100 # Soft-fork activation heights +DERSIG_HEIGHT = 102 # BIP 66 CLTV_HEIGHT = 1351 CSV_ACTIVATION_HEIGHT = 432 |