move into rpc package

This commit is contained in:
Ethan Buchman
2017-04-21 18:05:39 -04:00
parent 35f1db09a9
commit c55d83281a
18 changed files with 0 additions and 0 deletions

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

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