We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf5b4d commit 3a1e815Copy full SHA for 3a1e815
src/interfaces/IRONRegistrarController.sol
@@ -40,8 +40,6 @@ interface IRONRegistrarController {
40
error InvalidArrayLength();
41
/// @dev Thrown when treasury address is set to null
42
error NullAddress();
43
- /// @dev Thrown when the names is not sorted in ascending order
44
- error InvalidOrderOfNames();
45
46
/**
47
* @dev Emitted when the min registration duration is updated.
0 commit comments