Remove GetAdjustedTime from init.cpp

This commit is contained in:
MarcoFalke
2021-11-30 16:03:55 +01:00
parent fa815f8473
commit fa551b3bdd
4 changed files with 21 additions and 4 deletions

View File

@ -50,6 +50,8 @@ MAX_BLOCK_SIGOPS_WEIGHT = MAX_BLOCK_SIGOPS * WITNESS_SCALE_FACTOR
# Genesis block time (regtest)
TIME_GENESIS_BLOCK = 1296688602
MAX_FUTURE_BLOCK_TIME = 2 * 60 * 60
# Coinbase transaction outputs can only be spent after this number of new blocks (network rule)
COINBASE_MATURITY = 100