Remove last_entry_id/next_blob_index from TvuRotationInfo

This commit is contained in:
Michael Vines
2019-02-28 12:59:26 -08:00
parent 6cf6a1ccc3
commit 6b228df3df
5 changed files with 15 additions and 55 deletions

View File

@@ -91,8 +91,6 @@ fn test_replay() {
let bank_forks_info = vec![BankForksInfo {
bank_id: 0,
entry_height: 0,
last_entry_id: cur_hash,
next_blob_index: 0,
}];
let bank = bank_forks.working_bank();