Skip to content

Commit

Permalink
Renamed conformation_processing.rs to log_transaction_service.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillLykov committed Mar 5, 2024
1 parent 81bbd37 commit c5a374e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bench-tps/src/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use {
crate::{
bench_tps_client::*,
cli::{ComputeUnitPrice, Config, InstructionPaddingConfig},
confirmations_processing::{
log_transaction_service::{
create_log_transactions_service_and_sender, SignatureBatchSender, TransactionInfoBatch,
},
perf_utils::{sample_txs, SampleStats},
Expand Down
2 changes: 1 addition & 1 deletion bench-tps/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pub mod bench;
pub mod bench_tps_client;
pub mod cli;
mod confirmations_processing;
pub mod keypairs;
mod log_transaction_service;
mod perf_utils;
pub mod send_batch;
File renamed without changes.

0 comments on commit c5a374e

Please sign in to comment.