This repository has been archived by the owner on May 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
Unknown TransactionResult type #388
Labels
Comments
Would you be willing to submit a PR to fix this? |
If it is simply porting code from another base SDK that is officially maintained by Stellar I would. That is why I asked the question. Otherwise I'll probably will look for a workaround to save some time for now. |
Ok, I will take a look. |
Allright, thanks! |
Any status update by any chance? |
Sorry my day job has been brutal lately, it's still on my radar. Hopefully soon! |
@elucidsoft do you maybe have some time for a short call to point me in the right direction to fix this issue myself? |
9 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi guys,
I found a bug. Did you base your code on one of the official SDKs that are maintained by the Stellar team? If so could you tell me which one it is. Then maybe I could add the code myself to speed up the process.
Describe the bug
When I execute a fee bump operation in my transaction and I read the
Result
property I receive the following error:To Reproduce
The code to get this error is
The result can be checked here:
Expected behavior
I would expect the result to be of a type
TransactionResultFeeBumpInnerFailed
or something like that.Additional context
The code is running on a .NET 7 Web API.
The text was updated successfully, but these errors were encountered: