瀏覽代碼

remove 0x

Jeffrey Wilcke 10 年之前
父節點
當前提交
3793991c0e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/blocks.go

+ 1 - 1
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,
 }