aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Wilcke <geffobscura@gmail.com>2015-08-21 00:50:47 +0800
committerJeffrey Wilcke <geffobscura@gmail.com>2015-08-21 00:50:47 +0800
commit3793991c0e14a205cae3b2f8ccc8a45792ec2b80 (patch)
tree5321e43f7002b2a43eacdf8d37bb85ad99a3e6a8
parentb884d6ebaaa3b954a21e6814166064482579e9e1 (diff)
downloadgo-tangerine-3793991c0e14a205cae3b2f8ccc8a45792ec2b80.tar
go-tangerine-3793991c0e14a205cae3b2f8ccc8a45792ec2b80.tar.gz
go-tangerine-3793991c0e14a205cae3b2f8ccc8a45792ec2b80.tar.bz2
go-tangerine-3793991c0e14a205cae3b2f8ccc8a45792ec2b80.tar.lz
go-tangerine-3793991c0e14a205cae3b2f8ccc8a45792ec2b80.tar.xz
go-tangerine-3793991c0e14a205cae3b2f8ccc8a45792ec2b80.tar.zst
go-tangerine-3793991c0e14a205cae3b2f8ccc8a45792ec2b80.zip
remove 0x
-rw-r--r--core/blocks.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/blocks.go b/core/blocks.go
index 96545bfeb..ecccc541f 100644
--- a/core/blocks.go
+++ b/core/blocks.go
@@ -20,5 +20,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("0x05bef30ef572270f654746da22639a7a0c97dd97a7050b9e252391996aaeb689"): true,
+ common.HexToHash("05bef30ef572270f654746da22639a7a0c97dd97a7050b9e252391996aaeb689"): true,
}