v1.1: backport commitment max changes (#9775) (#9778)

automerge
This commit is contained in:
mergify[bot]
2020-04-28 16:42:08 -07:00
committed by GitHub
parent f65caa66bf
commit dbaff495c8
16 changed files with 503 additions and 140 deletions

View File

@@ -246,7 +246,7 @@ fn main() {
poh_recorder.lock().unwrap().set_bank(&bank);
assert!(poh_recorder.lock().unwrap().bank().is_some());
if bank.slot() > 32 {
bank_forks.set_root(root, &None);
bank_forks.set_root(root, &None, None);
root += 1;
}
debug!(