Update chain/stmgr/stmgr.go

Co-Authored-By: Łukasz Magiera <magik6k@users.noreply.github.com>
This commit is contained in:
Whyrusleeping 2019-09-10 02:18:27 +10:00 committed by whyrusleeping
parent bc7f86ef05
commit 3ab711d133

View File

@ -16,7 +16,7 @@ import (
logging "github.com/ipfs/go-log"
)
var log = logging.Logger("chainstore")
var log = logging.Logger("statemgr")
type StateManager struct {
cs *store.ChainStore