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 e8de77a commit 8de776dCopy full SHA for 8de776d
contracts/utils/ReentrancyGuard.sol
@@ -55,6 +55,7 @@ abstract contract ReentrancyGuard {
55
*/
56
error ReentrancyGuardReentrantCall();
57
58
+ /// @custom:oz-upgrades-unsafe-allow constructor
59
constructor() {
60
_reentrancyGuardStorageSlot().getUint256Slot().value = NOT_ENTERED;
61
}
0 commit comments