removing unwanted variable after merge conflict
This commit is contained in:
parent
4a66400856
commit
2721f5bc77
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue