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

fix(wallet): Reset & Setup Tx On-Scan #1603

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Conversation

coreyphillips
Copy link
Collaborator

Description

  • Adds resetSendTransaction & setupOnChainTransaction to processBitcoinTransactionData in scanner.ts.

Linked Issues/Tasks

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Tests

  • No test

QA Notes

Previously, scanning a qr-code with an on-chain Bitcoin address would navigate the user to the send screen and after the user typed in their amount and pressed "Continue" they would receive the "Send amount too small" error no matter the amount. This PR should prevent that issue from occurring.

Adds resetSendTransaction & setupOnChainTransaction to processBitcoinTransactionData in scanner.ts.
Addresses #1601
@coreyphillips coreyphillips added the bug Something isn't working label Mar 12, 2024
@coreyphillips coreyphillips added this to the Beignet milestone Mar 12, 2024
@coreyphillips coreyphillips self-assigned this Mar 12, 2024
@pwltr pwltr linked an issue Mar 12, 2024 that may be closed by this pull request
@coreyphillips coreyphillips merged commit 64ba2fb into master Mar 12, 2024
4 checks passed
@coreyphillips coreyphillips deleted the fix/setup-tx-on-scan branch March 12, 2024 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Send amount too small (unable to send sats)
2 participants