You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** @dev To be emitted when the appeal fees of one of the parties is fully funded.
113
+
/** @dev To be emitted when the appeal fees of one of the parties are fully funded.
114
114
* @param _taskID The ID of the respective task.
115
115
* @param _party The party that is fully funded.
116
116
*/
@@ -180,7 +180,7 @@ contract Linguo is Arbitrable {
180
180
challengeMultiplier = _challengeMultiplier;
181
181
}
182
182
183
-
/** @dev Changes the percentage of arbitration fees that must be paid by parties as a fee stake if there was no winner and loser in the previouss round.
183
+
/** @dev Changes the percentage of arbitration fees that must be paid by parties as a fee stake if there was no winner and loser in the previous round.
184
184
* @param _sharedStakeMultiplier A new value of the multiplier of the appeal cost in case when there is no winner/loser in previous round. In basis point.
185
185
*/
186
186
function changeSharedStakeMultiplier(uint_sharedStakeMultiplier) public onlyGovernor {
0 commit comments