rpc -> rpc/lib and rpc/tendermint -> rpc

This commit is contained in:
Ethan Buchman
2017-04-26 19:57:33 -04:00
parent cc7b2d26e5
commit cc6dde96c1
60 changed files with 78 additions and 78 deletions

7
rpc/lib/server/log.go Normal file
View File

@ -0,0 +1,7 @@
package rpcserver
import (
"github.com/tendermint/log15"
)
var log = log15.New("module", "rpcserver")