Skip to content

Commit

Permalink
validation: add explanatory comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Aug 6, 2024
1 parent ce6321b commit e114999
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/validation/validator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@ impl<
}
}
for op in ops {
// We do not skip validating archive operations since after a re-org they may
// become valid and thus must be added to the contract state and validated
// beforehand.
self.validate_operation(op);
}
}
Expand Down

0 comments on commit e114999

Please sign in to comment.