This commit is contained in:
Ethan Buchman 2016-02-19 02:11:50 +00:00
parent 254baa19f3
commit ade64693bd
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@ import (
)
func main() {
ws := rpcclient.NewWSClient("ws://127.0.0.1:46657/websocket")
// ws := rpcclient.NewWSClient("ws://104.236.69.128:46657/websocket")
ws := rpcclient.NewWSClient("127.0.0.1:46657", "/websocket")
_, err := ws.Start()
if err != nil {
Exit(err.Error())