Remove hash field from account (#9915)

This commit is contained in:
Justin Starry
2020-05-12 23:39:46 +08:00
committed by GitHub
parent a75086287c
commit 5cc252d471
7 changed files with 43 additions and 54 deletions

View File

@@ -75,7 +75,6 @@ impl<'a> StoredAccount<'a> {
executable: self.account_meta.executable,
rent_epoch: self.account_meta.rent_epoch,
data: self.data.to_vec(),
hash: *self.hash,
}
}