Skip to content

Commit

Permalink
New staking_type in UserStaking
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrena-Corto committed Nov 1, 2024
1 parent 19d4713 commit 27a513d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,8 @@ impl TryFrom<u8> for Side {
pub struct UserStaking {
pub bump: u8,
pub thread_authority_bump: u8,
pub _padding: [u8; 6],
pub staking_type: u8,
pub _padding: [u8; 5],
pub stakes_claim_cron_thread_id: u64,
pub liquid_stake: LiquidStake,
pub locked_stakes: [LockedStake; MAX_LOCKED_STAKE_COUNT],
Expand Down

0 comments on commit 27a513d

Please sign in to comment.