Skip to content

Commit

Permalink
Update skip analysis (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyAkhunov authored Oct 1, 2020
1 parent 5ebf997 commit 96d9639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/skip_analysis.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
// 0x86e55d1818b5355424975de9633a57c40789ca08552297b726333a9433949c92 (block 6426298)
// 0x3666640316df11865abd1352f4c0b4c5126f8ac1d858ef2a0c6e744a4865bca2 (block 5800596)

const MainnetNotCheckedFrom uint64 = 10920183
const MainnetNotCheckedFrom uint64 = 10968760

func SkipAnalysis(config *params.ChainConfig, blockNumber uint64) bool {
if config != params.MainnetChainConfig {
Expand Down

0 comments on commit 96d9639

Please sign in to comment.