Skip to content

Commit

Permalink
ReplayStage: No More Clone SanitizedTransaction (#3058)
Browse files Browse the repository at this point in the history
  • Loading branch information
apfitzge authored Oct 4, 2024
1 parent 78f8312 commit 9496f28
Show file tree
Hide file tree
Showing 5 changed files with 257 additions and 190 deletions.
2 changes: 1 addition & 1 deletion core/tests/unified_scheduler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ fn test_scheduler_waited_by_drop_bank_service() {
// been started
let lock_to_stall = LOCK_TO_STALL.lock().unwrap();
pruned_bank
.schedule_transaction_executions([(&tx, &0)].into_iter())
.schedule_transaction_executions([(tx, 0)].into_iter())
.unwrap();
drop(pruned_bank);
assert_eq!(pool_raw.pooled_scheduler_count(), 0);
Expand Down
Loading

0 comments on commit 9496f28

Please sign in to comment.