Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> c2b21b535dc7fb2ea9444d445d465226862839cfb2839288874f45c44b0c5185: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."
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^