fix tendermint rpc link

This commit is contained in:
Ethan Buchman
2017-04-27 12:52:47 -04:00
parent e4be4dd7ce
commit 525cb4c80b
6 changed files with 36 additions and 38 deletions
+3 -3
View File
@@ -10,10 +10,10 @@ import (
"github.com/gorilla/websocket"
cmn "github.com/tendermint/tmlibs/common"
"github.com/tendermint/tendermint/rpc/client"
"github.com/tendermint/tendermint/rpc/types"
"github.com/tendermint/tendermint/rpc/lib/client"
"github.com/tendermint/tendermint/rpc/lib/types"
"github.com/tendermint/go-wire"
_ "github.com/tendermint/tendermint/rpc/tendermint/core/types" // Register RPCResponse > Result types
_ "github.com/tendermint/tendermint/rpc/core/types" // Register RPCResponse > Result types
)
func main() {