Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mystenmark committed Nov 3, 2022
1 parent 568fa2a commit 66b0562
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions crates/sui-core/src/authority_active/execution_driver/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ where
})
.partition(|(_, (is_sequenced, _))| *is_sequenced);

debug!(
num_sequenced = ?pending_sequenced.len(),
num_unsequenced = ?pending_transactions.len(),
"executing sequenced and unsequenced transactions"
);

active_authority
.state
.database
Expand Down

0 comments on commit 66b0562

Please sign in to comment.