Skip to content

Commit

Permalink
Merge recent from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong authored and alistair-singh committed Nov 7, 2023
1 parent e8b9ba3 commit 68afc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/BeefyClient.sol
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ contract BeefyClient {
// Start with the minimum number of signatures.
uint256 numRequiredSignatures = minRequiredSignatures;

// We must substract minimumSignatures from the number of validators or we might end up
// We must subtract minimumSignatures from the number of validators or we might end up
// requiring more signatures than there are validators.
uint256 extraValidatorsLen = validatorSetLen.saturatingSub(minRequiredSignatures);
if (extraValidatorsLen > 1) {
Expand Down

0 comments on commit 68afc53

Please sign in to comment.