aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-05-05 10:10:38 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-08-26 11:08:24 +0200
commitfaf7e485e901d6c72db5d969b526fa148060a003 (patch)
tree25696db90f366bf96b52b7137677cfd36916bf4f /test/functional/test_framework
parent718d9f2f77270303b2f95dc275cbf416dfd4567b (diff)
downloadbitcoin-faf7e485e901d6c72db5d969b526fa148060a003.tar.xz
Set regtest.BIP65Height = 111 to speed up tests
Diffstat (limited to 'test/functional/test_framework')
-rw-r--r--test/functional/test_framework/blocktools.py2
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