Update the fork point

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera
2020-09-07 22:45:06 +02:00
parent ce0e9594df
commit 704db225d1
+1 -1
View File
@@ -22,7 +22,7 @@ var bigBlockGasLimit = big.NewInt(build.BlockGasLimit)
// this is *temporary* mutilation until we have implemented uncapped miner penalties -- it will go
// away in the next fork.
func allowNegativeChains(epoch abi.ChainEpoch) bool {
return epoch < 100000000000
return epoch < build.BreezeGasTampingDuration+5
}
const MaxBlocks = 15