go-rpc -> tendermint/rpc

This commit is contained in:
Ethan Buchman
2017-04-21 18:19:29 -04:00
parent a70c95b79e
commit 9e82d132ce
19 changed files with 34 additions and 34 deletions

View File

@ -13,8 +13,8 @@ import (
crypto "github.com/tendermint/go-crypto"
dbm "github.com/tendermint/tmlibs/db"
p2p "github.com/tendermint/go-p2p"
rpc "github.com/tendermint/go-rpc"
rpcserver "github.com/tendermint/go-rpc/server"
rpc "github.com/tendermint/tendermint/rpc"
rpcserver "github.com/tendermint/tendermint/rpc/server"
wire "github.com/tendermint/go-wire"
bc "github.com/tendermint/tendermint/blockchain"
"github.com/tendermint/tendermint/consensus"