Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Sep 15, 2024
1 parent 3414181 commit c35d6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unified-scheduler-pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ impl<S: SpawnableScheduler<TH>, TH: TaskHandler> ThreadManager<S, TH> {
Err(ref e @ TransactionError::WouldExceedMaxAccountCostLimit) |
Err(ref e @ TransactionError::WouldExceedAccountDataBlockLimit) => {
debug!("hit block cost: {e:?}");
Some(executed_task, true))
Some((executed_task, true))
}
Err(ref error) => {
debug!("error is detected while accumulating....: {error:?}");
Expand Down

0 comments on commit c35d6db

Please sign in to comment.