elucidsoft / dotnet-stellar-sdk

Stellar API SDK for .NET 6.x
Apache License 2.0
117 stars 55 forks source link

Fixed Balance.Asset exception when Balance is a liquidity pool shares… #375

Closed GuyWhoKnowsTheGuy closed 2 years ago

GuyWhoKnowsTheGuy commented 2 years ago

… balance.

Changed Asset.GetType to Asset.Type to avoid shadowing object.GetType.

Types of changes

elucidsoft commented 2 years ago

Actually I think I can merge this without any major issues. LGTM