Binance.API.Csharp.Client icon indicating copy to clipboard operation
Binance.API.Csharp.Client copied to clipboard

Incorrect IEnumerable list type for withdrawals

Open ryanfalzon opened this issue 7 years ago • 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

ryanfalzon avatar Jan 31 '19 07:01 ryanfalzon