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 active_transactions.confirm_frontier #4386

Merged
merged 3 commits into from
Jan 25, 2024

Conversation

dsiganos
Copy link
Contributor

The main problem was that the bootstrap processes could sync the block before the test tried to insert it and it woudl fail because the block was already there. The main problem I fixed was to disable the bootstrap processes. I also improved it overall and made it more readable.

The main problem was that the bootstrap processes could sync the block
before the test tried to insert it and it woudl fail because the block
was already there. The main problem I fixed was to disable the bootstrap
processes. I also improved it overall and made it more readable.
@dsiganos dsiganos added unit test Related to a new, changed or fixed unit test exclude from changelog Indicates the change is not relevant for appearing in the release changelog labels Jan 22, 2024
@dsiganos dsiganos merged commit 4fbae94 into nanocurrency:develop Jan 25, 2024
19 checks passed
@dsiganos dsiganos deleted the fix_confirm_frontier branch January 25, 2024 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exclude from changelog Indicates the change is not relevant for appearing in the release changelog unit test Related to a new, changed or fixed unit test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants