Skip to content

Commit 5b977fb

Browse files
committed
Ignored Slither's events-math check in TokenGrant.stake
This function is not yet implemented for real so we should not worry about this check.
1 parent 0fb1b32 commit 5b977fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts/grant/TokenGrant.sol

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ contract TokenGrant {
7676
}
7777

7878
function stake(uint256 amountToStake) external onlyGrantee {
79+
//slither-disable-next-line events-maths
7980
staked += amountToStake;
8081

8182
// TODO: implement

0 commit comments

Comments
 (0)