File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
contracts/standard/arbitration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -635,7 +635,7 @@ contract LinguoToken is Arbitrable {
635635 }
636636 }
637637
638- /** @dev Gets the current price of a specified task.
638+ /** @dev Gets the current price of a specified task. Returns 0 if the task can no longer be assigned.
639639 * @param _taskID The ID of the task.
640640 * @return price The price of the task.
641641 */
@@ -648,7 +648,7 @@ contract LinguoToken is Arbitrable {
648648 }
649649 }
650650
651- /** @dev Gets the current price of a specified task in ETH.
651+ /** @dev Gets the current price of a specified task in ETH. Returns 0 if the task can no longer be assigned.
652652 * @param _taskID The ID of the task.
653653 * @return price The price of the task.
654654 */
You can’t perform that action at this time.
0 commit comments