Skip to content

Commit

Permalink
fix: initializers consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl committed Oct 18, 2023
1 parent f6b6139 commit 2b44d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/arbitration/KlerosCore.sol
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ contract KlerosCore is IArbitratorV2, UUPSProxiable, Initializable {
uint256[4] memory _timesPerPeriod,
bytes memory _sortitionExtraData,
ISortitionModule _sortitionModuleAddress
) external initializer {
) external reinitializer(1) {
governor = _governor;
pinakion = _pinakion;
jurorProsecutionModule = _jurorProsecutionModule;
Expand Down

0 comments on commit 2b44d0e

Please sign in to comment.