1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-05-08 13:02:14 +00:00

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")