aboutsummaryrefslogtreecommitdiffstats
path: root/core/state/statedb.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-04-04 18:40:11 +0800
committerobscuren <geffobscura@gmail.com>2015-04-04 18:40:11 +0800
commita0e44e3281fcef0913b172ed4cdb5283a8d4a46b (patch)
treee10b9ce906119e3810a15df66f433da678a2764e /core/state/statedb.go
parent60e097a5f4c10e9e869bd2b4b2814b766b409e18 (diff)
downloadgo-tangerine-a0e44e3281fcef0913b172ed4cdb5283a8d4a46b.tar
go-tangerine-a0e44e3281fcef0913b172ed4cdb5283a8d4a46b.tar.gz
go-tangerine-a0e44e3281fcef0913b172ed4cdb5283a8d4a46b.tar.bz2
go-tangerine-a0e44e3281fcef0913b172ed4cdb5283a8d4a46b.tar.lz
go-tangerine-a0e44e3281fcef0913b172ed4cdb5283a8d4a46b.tar.xz
go-tangerine-a0e44e3281fcef0913b172ed4cdb5283a8d4a46b.tar.zst
go-tangerine-a0e44e3281fcef0913b172ed4cdb5283a8d4a46b.zip
basic glog
Diffstat (limited to 'core/state/statedb.go')
-rw-r--r--core/state/statedb.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/state/statedb.go b/core/state/statedb.go
index 33e8c20e5..e027533aa 100644
--- a/core/state/statedb.go
+++ b/core/state/statedb.go
@@ -6,12 +6,10 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/logger"
+ "github.com/ethereum/go-ethereum/logger/glog"
"github.com/ethereum/go-ethereum/trie"
- "github.com/golang/glog"
)
-var statelogger = logger.NewLogger("STATE")
-
// StateDBs within the ethereum protocol are used to store anything
// within the merkle trie. StateDBs take care of caching and storing
// nested states. It's the general query interface to retrieve: