mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
Remove unused bad hashes
This commit is contained in:
parent
356abc02d2
commit
6c68b57de3
1 changed files with 1 additions and 4 deletions
|
|
@ -19,7 +19,4 @@ package core
|
|||
import "github.com/ubiq/go-ubiq/common"
|
||||
|
||||
// Set of manually tracked bad hashes (usually hard forks)
|
||||
var BadHashes = map[common.Hash]bool{
|
||||
common.HexToHash("05bef30ef572270f654746da22639a7a0c97dd97a7050b9e252391996aaeb689"): true,
|
||||
common.HexToHash("7d05d08cbc596a2e5e4f13b80a743e53e09221b5323c3a61946b20873e58583f"): true,
|
||||
}
|
||||
var BadHashes = map[common.Hash]bool{}
|
||||
|
|
|
|||
Loading…
Reference in a new issue