Bugfix: Fixes OKCoin websocket port (#475)

This commit is contained in:
Scott
2020-04-01 09:27:24 +11:00
committed by GitHub
parent 74cb7558cc
commit 4cb2f4603a

View File

@@ -13,7 +13,7 @@ const (
okCoinAPIURL = "https://www.okcoin.com/" + okCoinAPIPath
okCoinAPIVersion = "/v3/"
okCoinExchangeName = "OKCOIN International"
okCoinWebsocketURL = "wss://real.okcoin.com:10442/ws/v3"
okCoinWebsocketURL = "wss://real.okcoin.com:8443/ws/v3"
)
// OKCoin bases all methods off okgroup implementation