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

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