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 44bbbeb commit 155fb97Copy full SHA for 155fb97
mithril-aggregator/src/runtime/state_machine.rs
@@ -271,7 +271,7 @@ impl AggregatorRuntime {
271
let multi_signature = self.runner.create_multi_signature().await?;
272
273
let multi_signature = if multi_signature.is_none() {
274
- return Err(RuntimeError::Critical {
+ return Err(RuntimeError::KeepState {
275
message: "not enough signature yet to aggregate a multi-signature, waiting…"
276
.to_string(),
277
nested_error: None,
0 commit comments