Skip to content

Commit

Permalink
fix: kernel encoding missing
Browse files Browse the repository at this point in the history
  • Loading branch information
kopy-kat committed Aug 15, 2024
1 parent de759c0 commit 258b5df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/helpers/KernelHelpers.sol
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ contract KernelHelpers is HelperBase {
address txValidator
)
internal
deployAccountForAction(instance)
{
ValidationId vId = ValidatorLib.validatorToIdentifier(IValidator(txValidator));
bytes4 selector;
Expand Down

0 comments on commit 258b5df

Please sign in to comment.