Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
feat: remove verify SML flag triggers (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
antouhou authored and shumkov committed Jul 14, 2021
1 parent 2f3a937 commit f65b58f
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions lib/dataTrigger/getDataTriggersFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,25 +132,6 @@ function getDataTriggersFactory() {
AbstractDocumentTransition.ACTIONS.DELETE,
rejectDataTrigger,
),
new DataTrigger(
featureFlagsDataContractId,
featureFlagTypes.VERIFY_LLMQ_SIGS_WITH_CORE,
AbstractDocumentTransition.ACTIONS.CREATE,
createFeatureFlagDataTrigger,
featureFlagsTopLevelIdentityId,
),
new DataTrigger(
featureFlagsDataContractId,
featureFlagTypes.VERIFY_LLMQ_SIGS_WITH_CORE,
AbstractDocumentTransition.ACTIONS.REPLACE,
rejectDataTrigger,
),
new DataTrigger(
featureFlagsDataContractId,
featureFlagTypes.VERIFY_LLMQ_SIGS_WITH_CORE,
AbstractDocumentTransition.ACTIONS.DELETE,
rejectDataTrigger,
),
];

/**
Expand Down

0 comments on commit f65b58f

Please sign in to comment.