aboutsummaryrefslogtreecommitdiffstats
path: root/core/blocks.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/blocks.go')
-rw-r--r--core/blocks.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/blocks.go b/core/blocks.go
index ecccc541f..cf8c86507 100644
--- a/core/blocks.go
+++ b/core/blocks.go
@@ -21,4 +21,5 @@ import "github.com/ethereum/go-ethereum/common"
// Set of manually tracked bad hashes (usually hard forks)
var BadHashes = map[common.Hash]bool{
common.HexToHash("05bef30ef572270f654746da22639a7a0c97dd97a7050b9e252391996aaeb689"): true,
+ common.HexToHash("7d05d08cbc596a2e5e4f13b80a743e53e09221b5323c3a61946b20873e58583f"): true,
}