Skip to content

Commit

Permalink
Update the fork point
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
  • Loading branch information
Jakub Sztandera committed Sep 7, 2020
1 parent ce0e959 commit 704db22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/messagepool/selection.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 704db22

Please sign in to comment.