mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
Bitstamp: Fix subscription_succeeded not handled (#1298)
This commit is contained in:
@@ -72,7 +72,7 @@ func (b *Bitstamp) wsHandleData(respRaw []byte) error {
|
||||
}
|
||||
|
||||
switch wsResponse.Event {
|
||||
case "bts:subscribe":
|
||||
case "bts:subscribe", "bts:subscription_succeeded":
|
||||
if b.Verbose {
|
||||
log.Debugf(log.ExchangeSys, "%v - Websocket subscription acknowledgement", b.Name)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user