Remove hash field from account (#9915)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user