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