mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-18 15:10:03 +00:00
Fixes ineffectual assignment issue (#215)
This commit is contained in:
committed by
Adrian Gallagher
parent
c580276ba8
commit
825bfe3789
@@ -75,6 +75,9 @@ func (p *Poloniex) WsSubscribe() error {
|
||||
Command: "subscribe",
|
||||
Channel: fPair.String(),
|
||||
})
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
err = p.WebsocketConn.WriteMessage(websocket.TextMessage, orderbookJSON)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user