Skip to content

Commit

Permalink
Fix error position
Browse files Browse the repository at this point in the history
  • Loading branch information
thaarok committed Oct 25, 2024
1 parent 5fd5442 commit 6033b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/sfc/SFCBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ contract SFCBase is SFCState {
error TooManyPubkeyUpdates();

// redirections
error AlreadyRedirected();
error SameRedirectionAuthorizer();
error Redirected();

Expand All @@ -42,7 +43,6 @@ contract SFCBase is SFCState {
error WrongValidatorStatus();

// requests
error AlreadyRedirected();
error RequestExists();
error RequestNotExists();

Expand Down

0 comments on commit 6033b96

Please sign in to comment.