We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4487d0 commit c0162c8Copy full SHA for c0162c8
1 file changed
executors/src/eoa/store/submitted.rs
@@ -484,10 +484,10 @@ impl SafeRedisTransaction for CleanSubmittedTransactions<'_> {
484
);
485
}
486
487
- pipeline.set(
488
- self.keys.last_transaction_count_key_name(),
489
- self.transaction_counts.latest + 1,
490
- );
+ // pipeline.set(
+ // self.keys.last_transaction_count_key_name(),
+ // self.transaction_counts.latest + 1,
+ // );
491
492
// Finalize report stats
493
report.total_hashes_processed = submitted_txs.len();
0 commit comments