We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf69b60 commit 45dd083Copy full SHA for 45dd083
contracts/utils/ReentrancyGuardTransient.sol
@@ -38,7 +38,7 @@ abstract contract ReentrancyGuardTransient {
38
}
39
40
function _nonReentrantBefore() private {
41
- // On the first call to nonReentrant, _status will be NOT_ENTERED
+ // On the first call to nonReentrant, REENTRANCY_GUARD_STORAGE.asBoolean().tload() will be false
42
if (_reentrancyGuardEntered()) {
43
revert ReentrancyGuardReentrantCall();
44
0 commit comments