From b3c4e88200c2dcd974a1243e7e4a769401cfb6cb Mon Sep 17 00:00:00 2001 From: howydev <132113803+howydev@users.noreply.github.com> Date: Fri, 9 Feb 2024 14:39:03 -0500 Subject: [PATCH] review fix --- src/plugins/session/ISessionKeyPlugin.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/session/ISessionKeyPlugin.sol b/src/plugins/session/ISessionKeyPlugin.sol index b5cea3f3..d2a76467 100644 --- a/src/plugins/session/ISessionKeyPlugin.sol +++ b/src/plugins/session/ISessionKeyPlugin.sol @@ -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 ┃