Bitstamp: Fix subscription_succeeded not handled (#1298)

This commit is contained in:
Gareth Kirwan
2023-08-04 04:01:37 +01:00
committed by GitHub
parent 74bf13fc42
commit d262166424

View File

@@ -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)
}