core, cmd/geth, cmd/mist: cleanup. bump version 0.9.21

This commit is contained in:
obscuren
2015-05-15 23:53:41 +02:00
parent 79fa05867f
commit 7ea76fcf99
4 changed files with 3 additions and 7 deletions

View File

@ -24,8 +24,6 @@ const (
BlockChainVersion = 2
)
var statelogger = logger.NewLogger("BLOCK")
type BlockProcessor struct {
db common.Database
extraDb common.Database