1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-07-15 12:31:42 +00:00
Files
DOCKER
INSTALL
benchmarks
blockchain
cmd
config
consensus
mempool
node
proxy
rpc
scripts
state
execution.go
log.go
state.go
types
version
.gitignore
LICENSE
Makefile
README.md
Vagrantfile
glide.lock
glide.yaml
tendermint/state/log.go

8 lines
102 B
Go
Raw Normal View History

2014-10-07 00:43:34 -07:00
package state
import (
"github.com/tendermint/go-logger"
2014-10-07 00:43:34 -07:00
)
2015-01-08 17:24:04 -08:00
var log = logger.New("module", "state")