Add TPU client for sending txs to the current leader tpu port (#16736) (#16762)

* Add TPU client for sending txs to the current leader tpu port

* Update tpu_client.rs

(cherry picked from commit 75b8434b76)

Co-authored-by: Justin Starry <justin@solana.com>
This commit is contained in:
mergify[bot]
2021-04-23 02:50:30 +00:00
committed by GitHub
parent 5f5fa38d85
commit d203bd1998
10 changed files with 523 additions and 140 deletions

View File

@@ -29,7 +29,6 @@ pub mod inflation;
pub mod memo;
pub mod nonce;
pub mod program;
pub mod send_tpu;
pub mod spend_utils;
pub mod stake;
pub mod test_utils;