From 43f65e6ef055987e293848c14ead2f260584e079 Mon Sep 17 00:00:00 2001 From: samsamtrum Date: Sun, 24 May 2026 01:45:22 +0700 Subject: [PATCH] docs: annotate account storage location --- src/IthacaAccount.sol | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/IthacaAccount.sol b/src/IthacaAccount.sol index 0f0068ac..37a94cea 100644 --- a/src/IthacaAccount.sol +++ b/src/IthacaAccount.sol @@ -73,7 +73,8 @@ contract IthacaAccount is IIthacaAccount, EIP712, GuardedExecutor { EnumerableSetLib.AddressSet checkers; } - /// @dev Holds the storage. + /// @dev Holds the account storage. + /// @custom:storage-location ithacaxyz:ITHACA_ACCOUNT_STORAGE struct AccountStorage { /// @dev The label. LibBytes.BytesStorage label;