updated task chain comment

This commit is contained in:
Hilmar X 2020-09-04 10:18:00 +02:00
parent 53e6b6133e
commit bae4842bab

View File

@ -68,7 +68,8 @@ interface IGelatoInterface {
/**
* @dev A Gelato Task Cycle consists of 1 or more Tasks that automatically submit
* the next one, after they have been executed.
* the next one, after they have been executed, where the total number of tasks can
* be only be an even number
*/
function submitTaskCycle(
Provider calldata _provider,
@ -80,8 +81,9 @@ interface IGelatoInterface {
/**
* @dev A Gelato Task Cycle consists of 1 or more Tasks that automatically submit
* the next one, after they have been executed.
* @dev A Gelato Task Chain consists of 1 or more Tasks that automatically submit
* the next one, after they have been executed, where the total number of tasks can
* be an odd number
*/
function submitTaskChain(
Provider calldata _provider,