1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-07-04 23:21:51 +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")