glitch100 / BinanceDotNet

Official C# Wrapper for the Binance exchange API, with REST and WebSocket endpoints
https://www.nuget.org/packages/BinanceDotNet/
MIT License
161 stars 138 forks source link

Fix for GetExchangeInfo() exception #152

Closed yetkinsari closed 5 years ago

yetkinsari commented 5 years ago

Overview

There are two (duplicate) PERCENT_PRICE EnumMembers which cause GetExchangeInfo() to throw an exception. In this fix, second one is renamed to avoid duplication.

Solved Issues

GetExchangeInfo() exception.

Installation

N/A

Acceptance and Testing Steps

Other Notes

N/A

khmurach commented 5 years ago

Hi @glitch100 , any update here? Still not able to execute GetExchangeInfo

glitch100 commented 5 years ago

I will merge this PR this evening

khmurach commented 5 years ago

I will merge this PR this evening

Cool thx.