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

Commit 24d13ce

Browse files
authored
moved comment to disable mythx warning (#206)
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
1 parent 7f02c9a commit 24d13ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contracts/AccountRulesList.sol

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ contract AccountRulesList {
5353
}
5454

5555
//shrink array
56-
// mythx-disable-line SWC-101
57-
allowlist.length -= 1;
56+
allowlist.length -= 1; // mythx-disable-line SWC-101
5857
indexOf[_account] = 0;
5958
return true;
6059
}

0 commit comments

Comments
 (0)