Skip to content

Commit 9b1b336

Browse files
committed
Ignore DsoRules_GrantValidatorLicense
Signed-off-by: Divam <[email protected]>
1 parent 6415498 commit 9b1b336

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/scan-txlog/scan_txlog.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3846,6 +3846,8 @@ def handle_root_exercised_event(self, transaction, event):
38463846
return HandleTransactionResult.empty()
38473847
case "DsoRules_OnboardValidator":
38483848
return HandleTransactionResult.empty()
3849+
case "DsoRules_GrantValidatorLicense":
3850+
return HandleTransactionResult.empty()
38493851
case "DsoRules_StartSvOnboarding":
38503852
return HandleTransactionResult.empty()
38513853
case "DsoRules_ExpireSvOnboardingRequest":

0 commit comments

Comments
 (0)