Update Avalanche to use Epoch Stakes (#3900)

This commit is contained in:
Sagar Dhawan
2019-04-19 22:31:40 -07:00
committed by GitHub
parent 970cc32e65
commit c0bffb56df
5 changed files with 22 additions and 24 deletions

View File

@@ -111,7 +111,6 @@ impl PohRecorder {
let leader_ideal_start_tick =
target_tick.saturating_sub(self.max_last_leader_grace_ticks);
// Is the current tick in the same slot as the target tick?
// Check if either grace period has expired,
// or target tick is = grace period (i.e. poh recorder was just reset)