tower consensus naming (#4598)

s/locktower/tower/g
This commit is contained in:
anatoly yakovenko
2019-06-24 13:41:23 -07:00
committed by GitHub
parent 407b1d3e6f
commit 29611fb61d
15 changed files with 152 additions and 159 deletions

View File

@ -525,7 +525,7 @@ impl Bank {
let squash_cache_ms = duration_as_ms(&squash_cache_start.elapsed());
datapoint_info!(
"locktower-observed",
"tower-observed",
("squash_accounts_ms", squash_accounts_ms, i64),
("squash_cache_ms", squash_cache_ms, i64)
);