Skip to content

Commit 2b44d0e

Browse files
committed
fix: initializers consistency
1 parent f6b6139 commit 2b44d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/src/arbitration/KlerosCore.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ contract KlerosCore is IArbitratorV2, UUPSProxiable, Initializable {
222222
uint256[4] memory _timesPerPeriod,
223223
bytes memory _sortitionExtraData,
224224
ISortitionModule _sortitionModuleAddress
225-
) external initializer {
225+
) external reinitializer(1) {
226226
governor = _governor;
227227
pinakion = _pinakion;
228228
jurorProsecutionModule = _jurorProsecutionModule;

0 commit comments

Comments
 (0)