Skip to content

Commit

Permalink
fix: disable initializers in constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaoticWalrus committed Feb 12, 2024
1 parent 40b09ea commit 274ae48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/contracts/pods/DelayedWithdrawalRouter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ contract DelayedWithdrawalRouter is
"DelayedWithdrawalRouter.constructor: _eigenPodManager cannot be zero address"
);
eigenPodManager = _eigenPodManager;
_disableInitializers();
}

function initialize(
Expand Down

0 comments on commit 274ae48

Please sign in to comment.