Skip to content

Commit

Permalink
Update contracts/reverseRegistrar/SignatureReverseResolver.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Johnson <arachnid@notdot.net>
  • Loading branch information
makoto and Arachnid committed Apr 4, 2024
1 parent 7505c12 commit 56005b8
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 56005b8

Please sign in to comment.