add tpu_forwarding, simplify ClusterInfo::new() from Result<Self> to Self

This commit is contained in:
Rob Walker
2018-11-16 16:42:29 -08:00
parent 1c4f799845
commit 6b910d1bd4
3 changed files with 224 additions and 5 deletions

View File

@@ -77,6 +77,7 @@ pub mod system_transaction;
pub mod thin_client;
pub mod token_program;
pub mod tpu;
pub mod tpu_forwarder;
pub mod transaction;
pub mod tvu;
pub mod vote_program;