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 singlecore never finishing the transaction #73

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

Duddino
Copy link
Member

@Duddino Duddino commented Dec 4, 2023

Single threaded tx never finished proving.
This is because we were always using the default features of pivx-proofs, which included multicore.
Closes #56

@Duddino Duddino marked this pull request as ready for review December 4, 2023 10:50
@Duddino Duddino changed the title Fix singlecore? Fix singlecore never finishing the transaction Dec 4, 2023
@panleone panleone added the bug Something isn't working label Dec 4, 2023
Copy link
Member

@panleone panleone left a comment

Choose a reason for hiding this comment

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

tACK ca11865

@panleone panleone merged commit 6f2af24 into PIVX-Labs:master Dec 4, 2023
1 check passed
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.

Single threaded txs no longer work
2 participants