We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c85d5 commit f0c7af0Copy full SHA for f0c7af0
core/blocks.go
@@ -20,5 +20,5 @@ import "github.com/ethereum/go-ethereum/common"
20
21
// Set of manually tracked bad hashes (usually hard forks)
22
var BadHashes = map[common.Hash]bool{
23
- common.HexToHash("0x05bef30ef572270f654746da22639a7a0c97dd97a7050b9e252391996aaeb689"): true,
+ common.HexToHash("05bef30ef572270f654746da22639a7a0c97dd97a7050b9e252391996aaeb689"): true,
24
}
0 commit comments