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

@@ -79,7 +79,7 @@ pub fn sample_txs<T>(
sample_stats
.write()
.unwrap()
.push((client.transactions_addr(), stats));
.push((client.tpu_addr(), stats));
return;
}
sleep(Duration::from_secs(sample_period));