We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c38d93 commit eebcb4aCopy full SHA for eebcb4a
contracts/standard/arbitration/LinguoToken.sol
@@ -355,7 +355,7 @@ contract LinguoToken is Arbitrable {
355
task.disputeID = arbitrator.createDispute.value(arbitrationCost)(2, arbitratorExtraData);
356
disputeIDtoTaskID[task.disputeID] = _taskID;
357
task.rounds.length++;
358
- //We don't change sumDeposit because adding challenger's deposit while subtracting arbitration fee will give 0 as a result.
+ // We don't change sumDeposit because adding challenger's deposit while subtracting arbitration fee will give 0 as a result.
359
360
uint remainder = msg.value - arbitrationCost;
361
msg.sender.send(remainder);
0 commit comments