Skip to content

Commit

Permalink
Update core/node/external_proof_integration_api/src/error.rs
Browse files Browse the repository at this point in the history
Co-authored-by: EmilLuta <[email protected]>
  • Loading branch information
Artemka374 and EmilLuta authored Aug 8, 2024
1 parent 7fdbd62 commit eafda12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/node/external_proof_integration_api/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ impl IntoResponse for ProcessorError {
match err {
ObjectStoreError::KeyNotFound(_) => (
StatusCode::NOT_FOUND,
"Object not found in GCS, most likely batch is not available anymore"
"Proof verification not possible anymore, batch is too old."
.to_owned(),
),
_ => (
Expand Down

0 comments on commit eafda12

Please sign in to comment.