Start replay stage from the slot-relative blob index, not the global entry height

This commit is contained in:
Carl
2019-02-24 04:37:11 -08:00
committed by Grimes
parent c13ae10d31
commit 0b37f530ae
4 changed files with 15 additions and 2 deletions

View File

@ -90,6 +90,7 @@ fn test_replay() {
bank_id: 0,
entry_height: 0,
last_entry_id: cur_hash,
next_blob_index: 0,
}];
let bank = bank_forks.working_bank();