Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sign Transaction stuck on Decoding transaction #205

Closed
niftyboss1 opened this issue Jul 6, 2024 · 3 comments
Closed

Sign Transaction stuck on Decoding transaction #205

niftyboss1 opened this issue Jul 6, 2024 · 3 comments

Comments

@niftyboss1
Copy link

When trying to sign a raw transaction, UI remains stuck on "Decoding transaction..."

image

Repository owner deleted a comment Jul 15, 2024
@jdogresorg
Copy link
Owner

ignore the "support" offered by the phishing account tonydev-lab... he is not associated with freewallet and is offering fake help in order to try and trick you into giving up wallet info.

I'll work on getting this issue fixed in the next release.

If you could try signing your transaction again and show me the contents of the debug window, that would be helpful.. perhaps a request is failing to get UTXOs

@jdogresorg
Copy link
Owner

I think this will best be solved by adding a "Verify" button next to the "Sign" button.

I believe the issue is that the verify/decode tx logic happens BEFORE a sign is allowed, so if we are unable to decode the tx, then we never get a chance to sign. By separating the two, users can decode/verify what a transaction does and sign separately.

@jdogresorg
Copy link
Owner

Verify and Sign processes separated with commit 32c24c3

Will be in next freewallet release in the next day or two

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants