1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-05-23 03:11:20 +00:00

8 lines
160 B
Go
Raw Normal View History

package rpcserver
import (
2015-06-09 23:17:19 -04:00
"github.com/tendermint/tendermint/Godeps/_workspace/src/github.com/tendermint/log15"
)
var log = log15.New("module", "rpcserver")