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

Commit

Permalink
fix transaction_executor.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsW3 authored Aug 7, 2024
1 parent b44d395 commit 9a0a816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/blockifier/src/blockifier/transaction_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ impl<S: StateReader + Send + Sync> TransactionExecutor<S> {
for _ in 0..self.config.concurrency_config.n_workers {
let worker_executor = Arc::clone(&worker_executor);
s.spawn(move || {
// Making sure that the program will abort if a panic accured while halting the
// Making sure that the program will abort if a panic occurs while halting the
// scheduler.
let abort_guard = AbortIfPanic;
// If a panic is not handled or the handling logic itself panics, then we abort
Expand Down

0 comments on commit 9a0a816

Please sign in to comment.