We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8c6aa commit 28e730cCopy full SHA for 28e730c
1 file changed
crates/validator/src/validators/synthetic_data/mod.rs
@@ -882,7 +882,7 @@ impl SyntheticDataValidator<WalletProvider> {
882
if status.status == ValidationResult::Reject {
883
let rejected_nodes = self.handle_group_toploc_rejection(&group, &status).await?;
884
nodes_to_invalidate.extend(rejected_nodes);
885
- } else {
+ } else if status.status == ValidationResult::Accept {
886
let nodes_with_wrong_work_unit_claims = self
887
.handle_group_toploc_acceptance(
888
&group,
0 commit comments