cosmos-sdk/state/log.go

8 lines
102 B
Go

package state
import (
"github.com/tendermint/go-logger"
)
var log = logger.New("module", "state")