CODE_ERROR
There is an error in the cadence code of this transaction.
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> 2fce8f90e6c207cd682f44a6b4dd5459976ebaf0afd0b40cbc8125bb9fdfa10e:36:5
|
36 | self.Project.configureFundingCycle(
37 | fundingTarget: fundingTarget,
38 | issuanceRate: issuanceRate,
39 | reserveRate: reserveRate,
40 | timeframe: timeframe,
41 | payouts: payouts,
42 | allowOverflow: allowOverflow,
43 | allowedAddresses: allowedAddresses,
44 | catalogCollectionIdentifier: catalogCollectionIdentifier,
45 | extra: extra
46 | )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: pre-condition failed: You cannot configure a new cycle to start within the edit delay.
--> 577a3c409c5dcb5e.Toucans:480:8
|
480 | getCurrentBlock().timestamp + self.editDelay <= timeframe.startTime: "You cannot configure a new cycle to start within the edit delay."
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^