mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-26 07:12:16 +00:00
8 lines
105 B
Go
8 lines
105 B
Go
|
package rpcclient
|
||
|
|
||
|
import (
|
||
|
"github.com/tendermint/log15"
|
||
|
)
|
||
|
|
||
|
var log = log15.New("module", "rpcclient")
|