adshao / go-binance

A Go SDK for Binance API
MIT License
1.48k stars 663 forks source link

update WsOrderUpdate struct #445

Closed NNagato closed 1 year ago

NNagato commented 1 year ago

Binance adds new fields in the WsOrderUpdate struct with capitalized letter 'W' which causes the error when unmarshaling JSON data https://binance-docs.github.io/apidocs/spot/en/#payload-order-update Please help to review this PR @adshao

sutapurachina commented 1 year ago

Why did you close this? After changing lint version everything is fine.