Skip to content

Fix PrepareDenominate - #2139

Closed
UdjinM6 wants to merge 2 commits into
dashpay:developfrom
UdjinM6:fixprepdenom
Closed

UdjinM6 wants to merge 2 commits into
dashpay:developfrom
UdjinM6:fixprepdenom

Conversation

@UdjinM6

@UdjinM6 UdjinM6 commented Jun 20, 2018

Copy link
Copy Markdown

If we have exactly nSessionInputCount denoms in our wallet, the mix is going to fail (due to if(nValueLeft == 0) break;) while it should succeed instead. This fixes the issue by checking not the steps we made but the actual number of outputs we created during the loop.

Alternative/additional to #2138

If we have exactly nSessionInputCount denoms in our wallet, the mix is going to fail
while it should succeed instead. This fixes the issue by checking not the steps we made
but the actual number of outputs we created during the loop.
@UdjinM6 UdjinM6 added the bug label Jun 20, 2018
@UdjinM6 UdjinM6 added this to the 12.3 milestone Jun 20, 2018
@UdjinM6

UdjinM6 commented Jun 20, 2018

Copy link
Copy Markdown
Author

Closing in fav of #2138

@UdjinM6 UdjinM6 closed this Jun 20, 2018
@UdjinM6
UdjinM6 deleted the fixprepdenom branch November 26, 2020 13:26
@UdjinM6 UdjinM6 removed this from the 12.3 milestone Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants