Skip to content

Commit

Permalink
fix initialized validator set after migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Lam committed Sep 17, 2024
1 parent 2fd7783 commit f1dcd6b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion contracts/staking/ValidatorManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ abstract contract ValidatorManager is Initializable, ContextUpgradeable, IValida
);
$._maximumChurnPercentage = settings.maximumChurnPercentage;
$._churnPeriodSeconds = settings.churnPeriodSeconds;
$._initializedValidatorSet = false;
}

modifier initializedValidatorSet() {
Expand Down

0 comments on commit f1dcd6b

Please sign in to comment.