Skip to content

Commit c0162c8

Browse files
authored
remove redunant write (#68)
1 parent b4487d0 commit c0162c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

executors/src/eoa/store/submitted.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -484,10 +484,10 @@ impl SafeRedisTransaction for CleanSubmittedTransactions<'_> {
484484
);
485485
}
486486

487-
pipeline.set(
488-
self.keys.last_transaction_count_key_name(),
489-
self.transaction_counts.latest + 1,
490-
);
487+
// pipeline.set(
488+
// self.keys.last_transaction_count_key_name(),
489+
// self.transaction_counts.latest + 1,
490+
// );
491491

492492
// Finalize report stats
493493
report.total_hashes_processed = submitted_txs.len();

0 commit comments

Comments
 (0)