Skip to content

Commit

Permalink
Bugfix: Fixes OKCoin websocket port (thrasher-corp#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
gloriousCode authored Mar 31, 2020
1 parent 74cb755 commit 4cb2f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchanges/okcoin/okcoin.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cb2f46

Please sign in to comment.