Skip to content

Commit

Permalink
Update contracts/Comet.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Cheng <[email protected]>
  • Loading branch information
cwang25 and kevincheng96 authored Feb 6, 2024
1 parent d45e8fe commit b53c096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Comet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ contract Comet is CometMainInterface {
}

/**
* @dev This will unset the flag after the call
* @dev Unsets the reentrancy flag
*/
function nonReentrantAfter() internal {
bytes32 slot = REENTRANCY_GUARD_FLAG_SLOT;
Expand Down

0 comments on commit b53c096

Please sign in to comment.