aboutsummaryrefslogtreecommitdiffstats
path: root/ethstate
diff options
context:
space:
mode:
Diffstat (limited to 'ethstate')
-rw-r--r--ethstate/state.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/ethstate/state.go b/ethstate/state.go
index 48efeae46..9025194e5 100644
--- a/ethstate/state.go
+++ b/ethstate/state.go
@@ -3,12 +3,12 @@ package ethstate
import (
"math/big"
- "github.com/ethereum/go-ethereum/ethlog"
"github.com/ethereum/go-ethereum/ethtrie"
"github.com/ethereum/go-ethereum/ethutil"
+ "github.com/ethereum/go-ethereum/logger"
)
-var statelogger = ethlog.NewLogger("STATE")
+var statelogger = logger.NewLogger("STATE")
// States within the ethereum protocol are used to store anything
// within the merkle trie. States take care of caching and storing