Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> c85337e8fd4ea5447d332321017d4a2dd8a2e92bceb02366c9696f9c54838791: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.
--> 918c2008c16da416.Toucans:577:8
|
577 | getCurrentBlock().timestamp + self.editDelay <= timeframe.startTime: "You cannot configure a new cycle to start within the edit delay."
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^