mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-12 14:57:12 +00:00
9 lines
106 B
Go
9 lines
106 B
Go
|
|
package rpcclient
|
|
|
|
import (
|
|
"github.com/tendermint/log15"
|
|
)
|
|
|
|
var log = log15.New("module", "rpcclient")
|