1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-05-16 08:31:19 +00:00

8 lines
105 B
Go
Raw Normal View History

package rpcserver
import (
"github.com/tendermint/log15"
)
var log = log15.New("module", "rpcserver")