solana-with-rpc-optimizations/tpu-client
Kevin Ji 3713bb32b5
tpu-client: Fix counter for expired blockhash retries (#30360)
tpu-client: Fix counter for expired blockhash retries

The original counter would expire after saying "1 retry left", which was
misleading. We can safely change the comparison to >= 0 as our counter
is an i32.
2023-03-28 22:48:52 -05:00
..
src tpu-client: Fix counter for expired blockhash retries (#30360) 2023-03-28 22:48:52 -05:00
.gitignore
Cargo.toml chore: workspace inheritance (#30939) 2023-03-29 03:28:56 +00:00