diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-05-05 10:10:38 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-08-26 11:08:24 +0200 |
commit | faf7e485e901d6c72db5d969b526fa148060a003 (patch) | |
tree | 25696db90f366bf96b52b7137677cfd36916bf4f /test/functional/test_framework/blocktools.py | |
parent | 718d9f2f77270303b2f95dc275cbf416dfd4567b (diff) |
Set regtest.BIP65Height = 111 to speed up tests
Diffstat (limited to 'test/functional/test_framework/blocktools.py')
-rw-r--r-- | test/functional/test_framework/blocktools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_framework/blocktools.py b/test/functional/test_framework/blocktools.py index 11d0ab40d5..25b36b6a91 100644 --- a/test/functional/test_framework/blocktools.py +++ b/test/functional/test_framework/blocktools.py @@ -55,7 +55,7 @@ COINBASE_MATURITY = 100 # Soft-fork activation heights DERSIG_HEIGHT = 102 # BIP 66 -CLTV_HEIGHT = 1351 +CLTV_HEIGHT = 111 # BIP 65 CSV_ACTIVATION_HEIGHT = 432 # From BIP141 |