aboutsummaryrefslogtreecommitdiffstats
path: root/core/blocks.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/blocks.go')
-rw-r--r--core/blocks.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/blocks.go b/core/blocks.go
new file mode 100644
index 000000000..b26e8f6ee
--- /dev/null
+++ b/core/blocks.go
@@ -0,0 +1,7 @@
+package core
+
+import "github.com/ethereum/go-ethereum/common"
+
+var badHashes = []common.Hash{
+ common.HexToHash("f269c503aed286caaa0d114d6a5320e70abbc2febe37953207e76a2873f2ba79"),
+}