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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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,