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 c40ee71 commit ae1ac99Copy full SHA for ae1ac99
packages/services/src/state_listener/eigen_service.rs
@@ -80,10 +80,10 @@ where
80
);
81
changes.push((submission_id, DispersalStatus::Finalized));
82
}
83
- _ => {
+ DispersalStatus::Other(other_status) => {
84
// log got bad status
85
tracing::info!(
86
- "Unexpected status - submission with request_id: {}",
+ "Unexpected status {other_status} - submission with request_id: {}",
87
submission.as_base64(),
88
89
changes.push((submission_id, DispersalStatus::Failed));
0 commit comments