mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +00:00
Refactor RPC/*, tendermint/config for debora+barak
This commit is contained in:
7
rpc/client/log.go
Normal file
7
rpc/client/log.go
Normal file
@ -0,0 +1,7 @@
|
||||
package rpcclient
|
||||
|
||||
import (
|
||||
"github.com/tendermint/log15"
|
||||
)
|
||||
|
||||
var log = log15.New("module", "rpcclient")
|
Reference in New Issue
Block a user