Skip to content

Commit f0c7af0

Browse files
committed
remove 0x
1 parent 34c85d5 commit f0c7af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/blocks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ import "github.com/ethereum/go-ethereum/common"
2020

2121
// Set of manually tracked bad hashes (usually hard forks)
2222
var BadHashes = map[common.Hash]bool{
23-
common.HexToHash("0x05bef30ef572270f654746da22639a7a0c97dd97a7050b9e252391996aaeb689"): true,
23+
common.HexToHash("05bef30ef572270f654746da22639a7a0c97dd97a7050b9e252391996aaeb689"): true,
2424
}

0 commit comments

Comments
 (0)