Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vusirikala committed Nov 26, 2024
1 parent bb50ed1 commit 4f8b15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/transaction-generator-lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ pub async fn create_txn_generator_creator(
&root_account,
txn_executor,
*num_modules,
use_account_pool.then(|| accounts_pool.clone()),
Some(accounts_pool.clone()),
cur_phase.clone(),
*progress_type,
)
Expand Down

0 comments on commit 4f8b15e

Please sign in to comment.