update go-rpc

rpc clients were renamed
This commit is contained in:
Anton Kaliaev
2017-04-13 21:39:04 -04:00
committed by Ethan Buchman
parent 4fff8821a3
commit 924d11397e
3 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -8,9 +8,9 @@ import (
"github.com/tendermint/basecoin/types"
cmn "github.com/tendermint/go-common"
crypto "github.com/tendermint/go-crypto"
"github.com/tendermint/go-rpc/client"
rpcclient "github.com/tendermint/go-rpc/client"
"github.com/tendermint/go-rpc/types"
"github.com/tendermint/go-wire"
wire "github.com/tendermint/go-wire"
_ "github.com/tendermint/tendermint/rpc/core/types" // Register RPCResponse > Result types
)