mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 08:07:22 +00:00
7 lines
183 B
Go
7 lines
183 B
Go
package core
|
|
|
|
import "github.com/ethereum/go-ethereum/common"
|
|
|
|
var badHashes = []common.Hash{
|
|
common.HexToHash("f269c503aed286caaa0d114d6a5320e70abbc2febe37953207e76a2873f2ba79"),
|
|
}
|