Skip to content

Commit

Permalink
Merge branch 'default-reverse-resolver' of https://github.com/ensdoma…
Browse files Browse the repository at this point in the history
…ins/ens-contracts into default-reverse-resolver
  • Loading branch information
makoto committed Apr 4, 2024
2 parents 68d59c7 + 56005b8 commit 3b69cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/reverseRegistrar/SignatureReverseResolver.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "../root/Controllable.sol";
import "../utils/LowLevelCallUtils.sol";

error InvalidSignature();
error SignatureOutOfDate();
error InvalidSignatureDate();
error Unauthorised();

contract SignatureReverseResolver is ISignatureReverseResolver {
Expand Down

0 comments on commit 3b69cd7

Please sign in to comment.