core: added chain reset mechanism on bad blocks

This commit is contained in:
obscuren
2015-04-20 12:58:17 +02:00
parent 45da3e17e2
commit 97a9753f87
2 changed files with 30 additions and 12 deletions

7
core/blocks.go Normal file
View File

@ -0,0 +1,7 @@
package core
import "github.com/ethereum/go-ethereum/common"
var badHashes = []common.Hash{
common.HexToHash("f269c503aed286caaa0d114d6a5320e70abbc2febe37953207e76a2873f2ba79"),
}