update storage len

This commit is contained in:
Sathish Ambley
2019-06-16 23:30:11 -07:00
committed by Michael Vines
parent 8b41a5d725
commit 44967abd1c
3 changed files with 32 additions and 15 deletions

View File

@@ -15,6 +15,7 @@ pub struct AccountsIndex<T> {
pub roots: HashSet<Fork>,
//This value that needs to be stored to recover the index from AppendVec
#[serde(skip)]
pub last_root: Fork,
}