Purge remaining uses of Locktower (#5076)

automerge
This commit is contained in:
Greg Fitzgerald 2019-07-13 01:24:15 -06:00 committed by Grimes
parent c858d1dbb3
commit 6c49b10784
2 changed files with 4 additions and 4 deletions

View File

@ -7025,7 +7025,7 @@
}, },
"id": 51, "id": 51,
"panels": [], "panels": [],
"title": "Locktower Consensus", "title": "Tower Consensus",
"type": "row" "type": "row"
}, },
{ {
@ -7150,7 +7150,7 @@
"thresholds": [], "thresholds": [],
"timeFrom": null, "timeFrom": null,
"timeShift": null, "timeShift": null,
"title": "Locktower Distance in Latest and Root Slot ($hostid)", "title": "Tower Distance in Latest and Root Slot ($hostid)",
"tooltip": { "tooltip": {
"shared": true, "shared": true,
"sort": 0, "sort": 0,
@ -7310,7 +7310,7 @@
"thresholds": [], "thresholds": [],
"timeFrom": null, "timeFrom": null,
"timeShift": null, "timeShift": null,
"title": "Locktower Root Slot ($hostid)", "title": "Tower Root Slot ($hostid)",
"tooltip": { "tooltip": {
"shared": true, "shared": true,
"sort": 0, "sort": 0,

View File

@ -224,7 +224,7 @@ impl VoteState {
self.credits += 1; self.credits += 1;
} }
/// "uncheckeds" used by tests, locktower /// "unchecked" functions used by tests and Tower
pub fn process_vote_unchecked(&mut self, vote: &Vote) { pub fn process_vote_unchecked(&mut self, vote: &Vote) {
self.process_vote(vote, &[(vote.slot, vote.hash)], self.epoch); self.process_vote(vote, &[(vote.slot, vote.hash)], self.epoch);
} }