Only return accounts that have changed since the bank's parent (#7520)

* Only return accounts that have changed since the bank's parent

* add test
This commit is contained in:
Jack May
2019-12-16 23:24:18 -08:00
committed by GitHub
parent 97589f77f8
commit 7c92bf15e2
2 changed files with 40 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ pub struct AccountsIndex<T> {
pub roots: HashSet<Slot>,
//This value that needs to be stored to recover the index from AppendVec
// This value that needs to be stored to recover the index from AppendVec
pub last_root: Slot,
}