mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-19 22:40:31 +00:00
remove 0x
This commit is contained in:
parent
34c85d58a4
commit
f0c7af0477
1 changed files with 1 additions and 1 deletions
|
|
@ -20,5 +20,5 @@ import "github.com/ethereum/go-ethereum/common"
|
||||||
|
|
||||||
// Set of manually tracked bad hashes (usually hard forks)
|
// Set of manually tracked bad hashes (usually hard forks)
|
||||||
var BadHashes = map[common.Hash]bool{
|
var BadHashes = map[common.Hash]bool{
|
||||||
common.HexToHash("0x05bef30ef572270f654746da22639a7a0c97dd97a7050b9e252391996aaeb689"): true,
|
common.HexToHash("05bef30ef572270f654746da22639a7a0c97dd97a7050b9e252391996aaeb689"): true,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue