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

Remove unnecessary panic #5427

Merged
merged 1 commit into from
Aug 23, 2024
Merged

Remove unnecessary panic #5427

merged 1 commit into from
Aug 23, 2024

Commits on Aug 20, 2024

  1. Remove panic, as proof is invalid.

    `validity_vote` function is also called from `import_statement` not only
    from `import_candidate`. The proof still holds if we assume seconded
    statements always come before valid statements, which should be the case
    but is not actually enforced by this module at all. On top of this the
    proof is not local.
    eskimor committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c676a49 View commit details
    Browse the repository at this point in the history