morpheums/Binance.API.Csharp.Client

Incorrect IEnumerable list type for withdrawals

ryanfalzon opened this issue · 0 comments

The IEnumerable list in the WithdrawHistory.cs has an incorrect type (Deposit). It should be of type Withdraw!

https://github.com/morpheums/Binance.API.Csharp.Client/blob/master/Binance.API.Csharp.Client.Models/Account/WithdrawHistory.cs