Skip to content

Commit

Permalink
don't return if failed safety check
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Dec 12, 2023
1 parent ddb8d6f commit e74f159
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/task-impls/src/consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,6 @@ impl<TYPES: NodeType, I: NodeImplementation<TYPES>, A: ConsensusApi<TYPES, I> +
event: EventType::Error { error: Arc::new(e) },
})
.await;
return;
}

// Skip if both saftey and liveness checks fail.
Expand Down

0 comments on commit e74f159

Please sign in to comment.