MetacoSA / QBitNinja

An Open Source and powerful blockchain API
MIT License
68 stars 42 forks source link

WalletName.ToString method fixed #30

Closed YakupIpek closed 6 years ago

YakupIpek commented 6 years ago

BalanceSelector couldn't set wallet name correctly because of this issue. So any client api method like client.GetBalance(walletname) is failing because of this issue.

https://github.com/YakupIpek/QBitNinja/blob/6843958dd68ba505a15f38d944539a29ba60423b/QBitNinja/Models/BalanceSelector.cs#L42

NicolasDorier commented 6 years ago

I will push a new package later today, I want to migrate to vs 2017 style of csproj.

NicolasDorier commented 6 years ago

Fixed on 1.0.3.40, QBitNinja is now using the new cleaner csproj system.