Skip to content

Commit 8de776d

Browse files
committed
constructor
1 parent e8de77a commit 8de776d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts/utils/ReentrancyGuard.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ abstract contract ReentrancyGuard {
5555
*/
5656
error ReentrancyGuardReentrantCall();
5757

58+
/// @custom:oz-upgrades-unsafe-allow constructor
5859
constructor() {
5960
_reentrancyGuardStorageSlot().getUint256Slot().value = NOT_ENTERED;
6061
}

0 commit comments

Comments
 (0)