Skip to content

Commit

Permalink
fix mempool benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser999 committed Dec 2, 2024
1 parent a865a6d commit 755f160
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/astria-sequencer/src/benchmark_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ fn rollup_data_submission_actions() -> Vec<Arc<Transaction>> {
.try_build()
.expect("failed to build transaction from actions")
.sign(signing_key);
*nonce = (*nonce).wrapping_add(1);
Arc::new(tx)
})
.take(SEQUENCE_ACTION_TX_COUNT)
Expand Down

0 comments on commit 755f160

Please sign in to comment.