Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
Revert "Revert "Remove unused errors from IterableMappingAddr""
Browse files Browse the repository at this point in the history
This reverts commit 98756ce.
  • Loading branch information
0xNeshi committed Sep 18, 2023
1 parent 6712e40 commit fbc0216
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contracts/lib/IterableMappingAddr.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
pragma solidity ^0.8.19;

contract IterableMappingAddr {
error NonExistentKey(address key);
error DecrAmountExceedsValue(address key, uint256 currVal, uint256 decrVal);

struct Map {
address[] keys;
mapping(address => bool) values;
Expand Down

0 comments on commit fbc0216

Please sign in to comment.