removing unwanted variable after merge conflict

This commit is contained in:
Godmode Galactus 2023-04-03 19:31:26 +02:00
parent 4a66400856
commit 2721f5bc77
No known key found for this signature in database
GPG Key ID: A04142C71ABB0DEA
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ impl TxSender {
let forwarded_slot = tpu_client.estimated_current_slot();
let transaction_batch_size = txs.len() as u64;
let mut index: usize = 0;
let mut quic_responses = vec![];
for tx in txs {
let quic_response = match tpu_client.send_transaction(tx) {