Skip to content

Commit

Permalink
review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
howydev committed Feb 9, 2024
1 parent ea0c779 commit b3c4e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/session/ISessionKeyPlugin.sol
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ interface ISessionKeyPlugin {
error InvalidToken(address token);
error LengthMismatch();
error NativeTokenSpendLimitExceeded(address account, address sessionKey);
error SessionKeyNotFound(address sessionKey);
error PermissionsCheckFailed();
error SessionKeyNotFound(address sessionKey);

// ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
// ┃ Execution functions ┃
Expand Down

0 comments on commit b3c4e88

Please sign in to comment.