parent
c858d1dbb3
commit
6c49b10784
|
@ -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,
|
||||||
|
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue