Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
moved comment to disable mythx warning (#206)
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <[email protected]>
  • Loading branch information
macfarla committed Dec 17, 2020
1 parent 7f02c9a commit 24d13ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/AccountRulesList.sol
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ contract AccountRulesList {
}

//shrink array
// mythx-disable-line SWC-101
allowlist.length -= 1;
allowlist.length -= 1; // mythx-disable-line SWC-101
indexOf[_account] = 0;
return true;
}
Expand Down

0 comments on commit 24d13ce

Please sign in to comment.