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

8 lines
112 B
Go
Raw Normal View History

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