Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix: remove fixed ordering for tce run
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberb committed Apr 16, 2024
1 parent 133b20e commit 248ca7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/topos-tce/src/app_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ impl AppContext {
) {
loop {
tokio::select! {
biased;

Some(delivery) = broadcast_stream.next() => {
let certificate_id = delivery.0.certificate.id;
CERTIFICATE_DELIVERED_TOTAL.inc();
Expand Down

0 comments on commit 248ca7d

Please sign in to comment.