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:
--> 3d6129b01c412d299cf3d4321da309c05ab751011e33206f11d7042065b989f8: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:578:8
|
578 | getCurrentBlock().timestamp + self.editDelay <= timeframe.startTime: "You cannot configure a new cycle to start within the edit delay."
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^