remove 0x

This commit is contained in:
Jeffrey Wilcke 2015-08-20 18:50:47 +02:00
parent b884d6ebaa
commit 3793991c0e

View File

@ -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,
}