ThinClient internal name grooming (#5800)

This commit is contained in:
Michael Vines
2019-09-06 09:07:40 -07:00
committed by GitHub
parent c3782082bc
commit 1f9fde5f7b
7 changed files with 37 additions and 45 deletions

View File

@ -19,7 +19,7 @@ use crate::transport::Result;
use std::io;
pub trait Client: SyncClient + AsyncClient {
fn transactions_addr(&self) -> String;
fn tpu_addr(&self) -> String;
}
pub trait SyncClient {