We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa89007 commit e0fdf18Copy full SHA for e0fdf18
src/errors/Errors.sol
@@ -24,8 +24,6 @@ interface IHubErrors {
24
25
error CirclesHubFlowEdgeIsNotPermitted(address receiver, uint256 circlesId, uint8 code);
26
27
- error CirclesHubOnClosedPathOnlyPersonalCirclesCanReturnToAvatar(address failedReceiver, uint256 circlesId);
28
-
29
error CirclesHubFlowVerticesMustBeSorted();
30
31
error CirclesHubFlowEdgeStreamMismatch(uint16 flowEdgeId, uint16 streamId, uint8 code);
0 commit comments