Skip to content

Commit

Permalink
Added new option: CollectionDetails::V2
Browse files Browse the repository at this point in the history
  • Loading branch information
kstepanovdev committed Feb 13, 2024
1 parent fff517a commit faf4fdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions programs/token-metadata/program/src/state/collection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ pub enum CollectionDetails {
note = "The collection size tracking feature is deprecated and will soon be removed."
)]
V1 { size: u64 },
V2 { padding: [u8; 8] }
}

#[cfg(test)]
Expand Down

0 comments on commit faf4fdc

Please sign in to comment.