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

[Wallet][Qt] Fix premature Zerocoin spending in GUI #327

Merged
merged 2 commits into from
Feb 21, 2019

Conversation

APosselli
Copy link
Contributor

This should resolve #272.

I split the ZerocoinSpend into preparation and commit steps. We now prepare the ZerocoinSpend when we first click "Send" in the GUI (just as we were doing with other types of transactions), and we won't commit the ZerocoinSpend until the "Send" button in the confirmation popup is clicked. Previously, these two steps were not separated and were both performed as soon as the first "Send" button was pressed (before the user confirmed sending the zerocoin).

@presstab presstab changed the title Fix premature Zerocoin spending in GUI [Wallet][Qt] Fix premature Zerocoin spending in GUI Jan 31, 2019
…erocoin in the GUI until after the user clicks the send button.
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.

Send Zerocoin spends amount without confirming spend (cancel not possible)
2 participants