Distinguish max replayed and max observed vote (#16936)

This commit is contained in:
carllin
2021-04-29 14:43:28 -07:00
committed by GitHub
parent 94edd6140c
commit 5981399612
4 changed files with 243 additions and 146 deletions

View File

@@ -295,6 +295,7 @@ impl Tower {
key,
last_landed_voted_slot,
get_frozen_hash(last_landed_voted_slot),
true,
);
}