mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-22 09:21:32 +00:00
rpc -> rpc/lib and rpc/tendermint -> rpc
This commit is contained in:
7
rpc/lib/server/log.go
Normal file
7
rpc/lib/server/log.go
Normal file
@ -0,0 +1,7 @@
|
||||
package rpcserver
|
||||
|
||||
import (
|
||||
"github.com/tendermint/log15"
|
||||
)
|
||||
|
||||
var log = log15.New("module", "rpcserver")
|
Reference in New Issue
Block a user