Skip to content

Commit

Permalink
remove remaining storage vars
Browse files Browse the repository at this point in the history
  • Loading branch information
adamegyed committed Jun 14, 2024
1 parent e5e1a9b commit 67b7088
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/account/AccountStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ import {FunctionReference} from "../interfaces/IPluginManager.sol";
bytes32 constant _ACCOUNT_STORAGE_SLOT = 0x9f09680beaa4e5c9f38841db2460c401499164f368baef687948c315d9073e40;

struct PluginData {
bool anyExternalExecPermitted;
// boolean to indicate if the plugin can spend native tokens from the account.
bool canSpendNativeToken;
bytes32 manifestHash;
FunctionReference[] dependencies;
// Tracks the number of times this plugin has been used as a dependency function
Expand Down

0 comments on commit 67b7088

Please sign in to comment.