stake cooldown (#5553)

* stake cooldown

* fixups

* sheesh
This commit is contained in:
Rob Walker
2019-08-17 18:12:30 -07:00
committed by GitHub
parent a252acf539
commit 814af378a7
4 changed files with 179 additions and 97 deletions

View File

@ -2451,7 +2451,7 @@ mod tests {
let leader_stake = Stake {
stake: leader_lamports,
activated: std::u64::MAX, // bootstrap
activation_epoch: std::u64::MAX, // bootstrap
..Stake::default()
};