elucidsoft / dotnet-stellar-sdk

Stellar API SDK for .NET 6.x
Apache License 2.0
116 stars 54 forks source link

Missing txFEE_BUMP_INNER_SUCCESS handler for FromXdr for TransactionResult #365

Open HarvieKrumpet opened 2 years ago

HarvieKrumpet commented 2 years ago

Upon pulling Transactions from the Server. Getting Exceptions about unknown TransactionResultCode which is txFEE_BUMP_INNER_SUCCESS

TransactionResult.cs Line 24

There is no handler in the switchcase for enum TransactionResultCodeEnum

Kirbyrawr commented 2 years ago

Hi, will check tomorrow, thanks for the report.