Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Remove misleading repr attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyera Eulberg committed Jan 19, 2024
1 parent 801bde6 commit 5897110
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/program/src/epoch_rewards_partition_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ pub enum EpochRewardsPartitionDataVersion {
V0(PartitionData),
}

#[repr(u8)]
#[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone)]
pub enum HasherKind {
Sip13,
Expand Down

0 comments on commit 5897110

Please sign in to comment.