Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PacificYield committed Dec 17, 2024
1 parent 013b90b commit 64c8c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/contracts/KMSVerifier.sol
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ contract KMSVerifier is UUPSUpgradeable, Ownable2StepUpgradeable, EIP712Upgradea
if (numSignatures == 0) {
revert KMSZeroSignature();
}

uint256 threshold = getThreshold();

if (numSignatures < threshold) {
Expand Down

0 comments on commit 64c8c6c

Please sign in to comment.