Rename from account userdata to data (#8224)

This commit is contained in:
Jack May
2020-02-11 16:30:22 -08:00
committed by GitHub
parent 72b11081a4
commit 059764586a
7 changed files with 30 additions and 30 deletions

View File

@ -15,7 +15,7 @@ pub struct UpdateManifest {
pub download_sha256: Hash, // SHA256 digest of the release tar.bz2 file
}
/// Userdata of an Update Manifest program Account.
/// Data of an Update Manifest program Account.
#[derive(Serialize, Deserialize, Default, Debug, PartialEq)]
pub struct SignedUpdateManifest {
pub manifest: UpdateManifest,