@bloxchain/contracts 1.0.0-alpha.15 → 1.0.0-alpha.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -439,6 +439,7 @@ abstract contract GuardController is BaseStateMachine {
439
439
  functionSelector,
440
440
  operationName,
441
441
  supportedActionsBitmap,
442
+ true, // enforceHandlerRelations for dynamically registered execution selectors
442
443
  false, // isProtected = false for dynamically registered functions
443
444
  executionHandlers // handlerForSelectors with self-reference for execution selectors
444
445
  );