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 QR code display of offer funding amount #4223

Merged
merged 1 commit into from May 5, 2020
Merged

Fix QR code display of offer funding amount #4223

merged 1 commit into from May 5, 2020

Conversation

ghost
Copy link

@ghost ghost commented May 2, 2020

When creating an offer the small QR code displayed for funding was off by an amount that represent the mining fees. This was due to the QR code being displayed simultaneously with the wallet calulating the fee.

We fix the issue by listening to the data model missingCoin value of the offer object, and updating the QR code image appropriately.

Fixes #3666
Fixes #4194

When creating an offer the small QR code displayed for funding
was off by an amount that represent the mining fees.  This was due
to the QR code being displayed simultaneously with the wallet
calulating the fee.

We fix the issue by listening to the data model `missingCoin`
value of the offer object, and updating the QR code image
appropriately.

Fixes #3666
Fixes #4194
Copy link
Member

@sqrrm sqrrm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

Seems this would first show the wrong QR-code and then update it to the correct one.

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.

QR code not matching BTC amount when using BSQ for trading fee Wrong miner fee displayed for offer maker
2 participants