Replies: 1 comment 9 replies
-
My first guess is that the type is missing? Which will change how it is serialized… |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! While running tests on transaction signatures, I came across the following error. The parsed transaction returns a 'from' field that does not match the address corresponding to the signing key. However, the parsed transaction still succeeds when I test the recovered address against the original. This is an issue as the incorrect from field results in transactions failing due to 'insufficient funds'. Do you have any idea as to why the address on the populated transaction differs from the address that represents the signing key? I have also tried with the standard wallet implementation, but the issue persists.
Signature code


Test
Recap
As mentioned above, the recovered address matches the original address, but the transaction's from field is populated with an incorrect address.
Thanks in advance for taking a look (:
Jett
Beta Was this translation helpful? Give feedback.
All reactions