Skip to content

Commit

Permalink
fix: [v0.8-develop] cleanup requireUOHookCount (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamegyed committed Jul 26, 2024
1 parent e7e594f commit 165d9ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/account/AccountStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ struct ValidationData {
bool isGlobal;
// Whether or not this validation is a signature validator.
bool isSignatureValidation;
// How many execution hooks require the UO context.
uint8 requireUOHookCount;
// The pre validation hooks for this function selector.
FunctionReference[] preValidationHooks;
// Permission hooks for this validation function.
Expand Down

0 comments on commit 165d9ae

Please sign in to comment.