Remove AccountInfo's (De)Serialize (#8313)

automerge
This commit is contained in:
Ryo Onodera
2020-02-17 20:07:36 +09:00
committed by GitHub
parent ef718c651e
commit 027ec71aa9

View File

@ -73,7 +73,7 @@ pub struct ErrorCounters {
pub invalid_account_index: usize,
}
#[derive(Deserialize, Serialize, Default, Debug, PartialEq, Clone)]
#[derive(Default, Debug, PartialEq, Clone)]
pub struct AccountInfo {
/// index identifying the append storage
store_id: AppendVecId,