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

@@ -93,7 +93,6 @@ impl RpcAccount {
})?,
executable: self.executable,
rent_epoch: self.rent_epoch,
..Account::default()
})
}
}