core: added chain reset mechanism on bad blocks
This commit is contained in:
7
core/blocks.go
Normal file
7
core/blocks.go
Normal file
@ -0,0 +1,7 @@
|
||||
package core
|
||||
|
||||
import "github.com/ethereum/go-ethereum/common"
|
||||
|
||||
var badHashes = []common.Hash{
|
||||
common.HexToHash("f269c503aed286caaa0d114d6a5320e70abbc2febe37953207e76a2873f2ba79"),
|
||||
}
|
Reference in New Issue
Block a user