Skip to content

Commit e0fdf18

Browse files
(errors): remove now redundant error relating to closed paths constraint
1 parent fa89007 commit e0fdf18

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/errors/Errors.sol

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ interface IHubErrors {
2424

2525
error CirclesHubFlowEdgeIsNotPermitted(address receiver, uint256 circlesId, uint8 code);
2626

27-
error CirclesHubOnClosedPathOnlyPersonalCirclesCanReturnToAvatar(address failedReceiver, uint256 circlesId);
28-
2927
error CirclesHubFlowVerticesMustBeSorted();
3028

3129
error CirclesHubFlowEdgeStreamMismatch(uint16 flowEdgeId, uint16 streamId, uint8 code);

0 commit comments

Comments
 (0)