aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-05-16 05:53:41 +0800
committerobscuren <geffobscura@gmail.com>2015-05-16 06:26:36 +0800
commit7ea76fcf993f3fecb55233bdcc2409618d9080b9 (patch)
treed898e2b20a6c2e0b5613ae7f669499c5db23b719 /core
parent79fa05867f78a159f4c229c21c12f0e4679b5b2e (diff)
downloadgo-tangerine-7ea76fcf993f3fecb55233bdcc2409618d9080b9.tar
go-tangerine-7ea76fcf993f3fecb55233bdcc2409618d9080b9.tar.gz
go-tangerine-7ea76fcf993f3fecb55233bdcc2409618d9080b9.tar.bz2
go-tangerine-7ea76fcf993f3fecb55233bdcc2409618d9080b9.tar.lz
go-tangerine-7ea76fcf993f3fecb55233bdcc2409618d9080b9.tar.xz
go-tangerine-7ea76fcf993f3fecb55233bdcc2409618d9080b9.tar.zst
go-tangerine-7ea76fcf993f3fecb55233bdcc2409618d9080b9.zip
core, cmd/geth, cmd/mist: cleanup. bump version 0.9.21
Diffstat (limited to 'core')
-rw-r--r--core/block_processor.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/block_processor.go b/core/block_processor.go
index 5199e4b4d..9a213686f 100644
--- a/core/block_processor.go
+++ b/core/block_processor.go
@@ -24,8 +24,6 @@ const (
BlockChainVersion = 2
)
-var statelogger = logger.NewLogger("BLOCK")
-
type BlockProcessor struct {
db common.Database
extraDb common.Database