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

Correct progress display on searchdeterministiczerocoin #994

Merged
merged 1 commit into from
Apr 11, 2022

Conversation

Zannick
Copy link
Collaborator

@Zannick Zannick commented Apr 8, 2022

Issue

The progress bar shown in veil-qt on running searchdeterministiczerocoin works fine when starting from 0, but is stuck at 1% for other starting values.

Solution

The progress items of the individual threads have already accounted for their start points, so we don't need to subtract the overall start point again.

Testing

Run e.g. searchdeterministiczerocoin 100 100 2.

The progress items of the individual threads have already accounted for
their start points, so we don't need to subtract the overall start point
again.
@Zannick Zannick added the Component: RPC Related to the console commands themselves. label Apr 8, 2022
@Zannick Zannick self-assigned this Apr 8, 2022
Copy link
Collaborator

@codeofalltrades codeofalltrades left a comment

Choose a reason for hiding this comment

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

ACK cdc2349

@codeofalltrades codeofalltrades merged commit b2b688a into Veil-Project:master Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: RPC Related to the console commands themselves.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants