Skip to content

Commit cb7d9b4

Browse files
committed
fix: missing setStakeDelayed
1 parent d99def1 commit cb7d9b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts/src/arbitration/KlerosCoreBase.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,6 +1089,7 @@ abstract contract KlerosCoreBase is IArbitratorV2, Initializable, UUPSProxiable
10891089
_newStake
10901090
);
10911091
if (stakingResult == StakingResult.Delayed) {
1092+
stakeController.setStakeDelayed(_account, _courtID, _newStake);
10921093
return true;
10931094
}
10941095
success = true;

0 commit comments

Comments
 (0)