use local import for testing

This commit is contained in:
Anton Kaliaev
2017-03-08 16:23:38 +04:00
parent 22ba8bdef8
commit 51d760f29f
2 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ import (
"fmt"
"net/http"
rpcserver "../server"
cmn "github.com/tendermint/go-common"
rpcserver "github.com/tendermint/go-rpc/server"
)
var routes = map[string]*rpcserver.RPCFunc{