Skip to content

Commit

Permalink
(errors): rename variable in error for correctness
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbollen committed Oct 1, 2024
1 parent 74a6435 commit d7406b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/errors/Errors.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface IHubErrors {

error CirclesHubGroupMintPolicyRejectedBurn(address burner, address group, uint256 amount, bytes data, uint8 code);

error CirclesHubOperatorNotApprovedForSource(address operator, address source, uint16 streamId, uint8 code);
error CirclesHubOperatorNotApprovedForSource(address operator, address source, uint16 streamIndex, uint8 code);

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

Expand Down

0 comments on commit d7406b5

Please sign in to comment.