Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit ffb37f0

Browse files
authored
filter out work keys where group resolution failed (#495)
1 parent 6779cbd commit ffb37f0

File tree

1 file changed

+2
-1
lines changed
  • crates/validator/src/validators/synthetic_data

1 file changed

+2
-1
lines changed

crates/validator/src/validators/synthetic_data/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,8 @@ impl SyntheticDataValidator<WalletProvider> {
883883
ValidationResult::Accept
884884
| ValidationResult::Reject
885885
| ValidationResult::Crashed
886-
| ValidationResult::IncompleteGroup,
886+
| ValidationResult::IncompleteGroup
887+
| ValidationResult::FileNameResolutionFailed,
887888
) => {
888889
continue; // Already processed
889890
}

0 commit comments

Comments
 (0)