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 default threshold in motion #9419

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 8, 2023

  1. Fix default threshold in motion

    From the description, the default motion threshold should be "50%+1".
    However the old implementation was `ceil(50% council)`. When the council
    has an even member size, it produces 50% council, but not 50%+1. This
    commit fixes it.
    h4x3rotab committed May 8, 2023
    Configuration menu
    Copy the full SHA
    d2a7651 View commit details
    Browse the repository at this point in the history