Skip *de*serializing too

This commit is contained in:
Michael Vines 2019-04-26 14:42:04 -07:00
parent 3e678511d2
commit 070e0e9613
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ pub struct UpdateManifest {
pub struct SignedUpdateManifest {
pub manifest: UpdateManifest,
pub manifest_signature: Signature,
#[serde(skip_serializing)]
#[serde(skip)]
pub account_pubkey: Pubkey,
}