mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-22 09:21:32 +00:00
9 lines
110 B
Go
9 lines
110 B
Go
|
|
package core_client
|
|
|
|
import (
|
|
"github.com/tendermint/log15"
|
|
)
|
|
|
|
var log = log15.New("module", "core_client")
|