1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-05-18 09:31:19 +00:00

8 lines
106 B
Go
Raw Normal View History

package types
2015-01-08 14:57:19 -08:00
import (
2017-04-21 18:12:54 -04:00
"github.com/tendermint/tmlibs/logger"
2015-01-08 14:57:19 -08:00
)
var log = logger.New("module", "types")