We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4215a4e commit 58d30abCopy full SHA for 58d30ab
src/Escrow.sol
@@ -508,7 +508,7 @@ contract Escrow is Owned, IEscrow {
508
external
509
onlyRepoAdmin(repoId, accountId)
510
{
511
- require(admins.length > 0, Errors.INVALID_AMOUNT);
+ require(admins.length > 0, Errors.INVALID_AMOUNT);
512
require(admins.length <= batchLimit, Errors.BATCH_LIMIT_EXCEEDED);
513
514
Account storage account = accounts[repoId][accountId];
0 commit comments