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

@ -24,7 +24,7 @@ pub struct BankClient {
}
impl Client for BankClient {
fn transactions_addr(&self) -> String {
fn tpu_addr(&self) -> String {
"Local BankClient".to_string()
}
}