use current API endpoint

This commit is contained in:
Manuel Kreutz
2017-04-09 15:43:12 -04:00
parent b84a27a6a5
commit 76c883c6e0

View File

@@ -9,7 +9,7 @@ import (
)
const (
GDAX_WEBSOCKET_URL = "wss://ws-feed.exchange.gdax.com"
GDAX_WEBSOCKET_URL = "wss://ws-feed.gdax.com"
)
func (g *GDAX) WebsocketSubscribe(product string, conn *websocket.Conn) error {