bitfinexcom / bitfinex-api-go

BITFINEX Go trading API - Bitcoin, Litecoin, and Ether exchange
https://www.bitfinex.com/
MIT License
309 stars 220 forks source link

Hotfix notify info #203

Closed JacobPlaster closed 4 years ago

JacobPlaster commented 4 years ago

Description:

Notification NotfityInfo payloads were being ignored if the type was not recognised. This PR ensures that if the type is not recognised then the raw array is passed through instead.

Breaking changes:

None

New features:

None

Fixes:

Notify info payload will not be nil if unrecognised notification type.

PR status: