Fix new 1.62 clippy complaint
This commit is contained in:
parent
e17ed6b2b9
commit
f14922c204
|
@ -64,7 +64,7 @@ impl TpuConnection for QuicTpuConnection {
|
||||||
where
|
where
|
||||||
T: AsRef<[u8]> + Send + Sync,
|
T: AsRef<[u8]> + Send + Sync,
|
||||||
{
|
{
|
||||||
let _res = RUNTIME.block_on(self.inner.send_wire_transaction_batch(buffers))?;
|
RUNTIME.block_on(self.inner.send_wire_transaction_batch(buffers))?;
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue