8 lines
149 B
Go
Raw Normal View History

package core
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", "rpc")