Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> a90ec09f1719eb0c5442ad91515150d8b9c1031bdcb17046b8ced62ab6759017:37:4
|
37 | self.Project.editUpcomingCycle(cycleIndex: cycleIndex, details: details)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: assertion failed: New start time must be greater than now.
--> 577a3c409c5dcb5e.Toucans:549:6
|
549 | assert(
550 | fundingCycle.details.timeframe.startTime == details.timeframe.startTime ||
551 | currentTime <= details.timeframe.startTime,
552 | message: "New start time must be greater than now."
553 | )
| ^