1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-06-18 23:51:21 +00:00
Files
tendermint/blockchain/log.go

8 lines
112 B
Go
Raw Normal View History

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