Function which is used to check the validator signatures uses greater than or equal to () when comparing to the validator threshold number. Indeed such check is not needed because the for loop is terminated as long as the m == required_validators :
SettlementSignatureVerifier.sol
The set of signatures are considered valid when there are valid signatures, equal to the threshold we dont need to continue to check the others.
Replace the  sign with simply ==:
