1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-06-02 16:11:21 +00:00

8 lines
120 B
Go
Raw Normal View History

package blockchain
import (
2015-04-01 17:30:16 -07:00
"github.com/tendermint/tendermint/logger"
)
var log = logger.New("module", "blockchain")