diff options
author | obscuren <geffobscura@gmail.com> | 2015-05-16 06:27:35 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-05-16 06:27:35 +0800 |
commit | 4b2ee6c30c5c4cacda23db4b2d18db37868492b7 (patch) | |
tree | d898e2b20a6c2e0b5613ae7f669499c5db23b719 /core | |
parent | d116b9595cf6424293cc94d0dbe78153da860727 (diff) | |
parent | 7ea76fcf993f3fecb55233bdcc2409618d9080b9 (diff) | |
download | dexon-4b2ee6c30c5c4cacda23db4b2d18db37868492b7.tar dexon-4b2ee6c30c5c4cacda23db4b2d18db37868492b7.tar.gz dexon-4b2ee6c30c5c4cacda23db4b2d18db37868492b7.tar.bz2 dexon-4b2ee6c30c5c4cacda23db4b2d18db37868492b7.tar.lz dexon-4b2ee6c30c5c4cacda23db4b2d18db37868492b7.tar.xz dexon-4b2ee6c30c5c4cacda23db4b2d18db37868492b7.tar.zst dexon-4b2ee6c30c5c4cacda23db4b2d18db37868492b7.zip |
Merge branch 'release/0.9.21' into develop
Diffstat (limited to 'core')
-rw-r--r-- | core/block_processor.go | 2 |
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 |