mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
use current API endpoint
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user