Set regtest.BIP65Height = 111 to speed up tests

This commit is contained in:
MarcoFalke
2021-05-05 10:10:38 +02:00
parent 718d9f2f77
commit faf7e485e9
6 changed files with 11 additions and 11 deletions

View File

@ -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