From 3a1e815171e5f714f5a0471c2ec49a56c18699e1 Mon Sep 17 00:00:00 2001 From: "tu-do.ron" Date: Thu, 17 Oct 2024 15:13:59 +0700 Subject: [PATCH] Update src/interfaces/IRONRegistrarController.sol --- src/interfaces/IRONRegistrarController.sol | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/interfaces/IRONRegistrarController.sol b/src/interfaces/IRONRegistrarController.sol index bf3dd3e9..89f6fd7a 100644 --- a/src/interfaces/IRONRegistrarController.sol +++ b/src/interfaces/IRONRegistrarController.sol @@ -40,8 +40,6 @@ interface IRONRegistrarController { error InvalidArrayLength(); /// @dev Thrown when treasury address is set to null error NullAddress(); - /// @dev Thrown when the names is not sorted in ascending order - error InvalidOrderOfNames(); /** * @dev Emitted when the min registration duration is updated.