Skip to content

Commit

Permalink
chore: Remove comment (SC-14709) (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfarhaan authored Nov 20, 2023
1 parent d99ea67 commit 2c26144
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/MaplePoolPermissionManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ contract MaplePoolPermissionManager is IMaplePoolPermissionManager, MaplePoolPer
uint256 poolBitmap = poolBitmaps[poolManager_][functionId_];

// Always deny if the pool bitmap has not been set.
// @AUDIT: Do we also need to check if the lender bitmap is zero?
if (poolBitmap == 0) return false;

// Allow only if the bitmaps match.
Expand Down

0 comments on commit 2c26144

Please sign in to comment.