Skip to content

Commit

Permalink
feat: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
iavl committed Mar 27, 2024
1 parent e35c138 commit cc0633e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ProxyAdminMultiSig.sol
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ contract ProxyAdminMultiSig is IErrors {
uint256 index = MAX_UINT256;
for (uint256 i = 0; i < _pendingProposalIds.length; i++) {
if (proposalId == _pendingProposalIds[i]) {
// plus 1 because index 0
// means a value is not in the array.
index = i;
break;
}
Expand Down

0 comments on commit cc0633e

Please sign in to comment.