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

WalletConnect & Ledger bug fix #1119

Merged
merged 1 commit into from
Sep 18, 2023
Merged

WalletConnect & Ledger bug fix #1119

merged 1 commit into from
Sep 18, 2023

Conversation

shawntobin
Copy link
Contributor

Fixes issue with WalletConnect where Ledger Live is expected to just sign the transaction, but instead also tries to send it.

  • Bridge was throwing the error "invalid serialized tx input" when trying to sign a transaction using Ledger Live via WalletConnect, as it was actually evaluating the transaction hash that was returned after Ledger Live had already sent it.

  • It seems the 'fakeSign' logic is in place for such circumstances, so I'm just making it use that approach instead. The user is now alerted that their transaction will be signed when sending.

WC_Ledger_issue

Fixes issue with WalletConnect where Ledger Live tries to send the transaction upon signing it
@pkova pkova merged commit 9e189b5 into master Sep 18, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants