Skip to content

Commit

Permalink
fix: add invalidateDeferredValidationInstallNonce to native selectors…
Browse files Browse the repository at this point in the history
… check
  • Loading branch information
howydev committed Nov 8, 2024
1 parent cd5433a commit e6a880a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/helpers/NativeFunctionDelegate.sol
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ contract NativeFunctionDelegate {
|| selector == uint32(IModularAccountView.getExecutionData.selector)
|| selector == uint32(IModularAccountView.getValidationData.selector)
// check against ModularAccount methods
|| selector == uint32(ModularAccountBase.performCreate.selector);
|| selector == uint32(ModularAccountBase.performCreate.selector)
|| selector == uint32(ModularAccountBase.invalidateDeferredValidationInstallNonce.selector);
}
}

0 comments on commit e6a880a

Please sign in to comment.