Skip to content

Conversation

@hawkadrian
Copy link

Fixed integer division bug in signer limit calculation.

The previous formula len(snap.Signers)/2 + 1 produced incorrect results for even
numbers of signers. Changed to (len(snap.Signers) + 1) / 2 for proper
ceiling division.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant