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

View File

@@ -8,7 +8,7 @@ import (
"golang.org/x/net/context"
"github.com/tendermint/go-wire"
"github.com/tendermint/tendermint/rpc/tendermint/grpc"
"github.com/tendermint/tendermint/rpc/grpc"
)
var grpcAddr = "tcp://localhost:36656"