Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Sep 13, 2024
1 parent 2620f2b commit 4854ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staking/programs/integrity-pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub mod integrity_pool {
ctx: Context<UpdateRewardProgramAuthority>,
reward_program_authority: Pubkey,
) -> Result<()> {
ctx.accounts.pool_config.slash_custody = reward_program_authority;
ctx.accounts.pool_config.reward_program_authority = reward_program_authority;
Ok(())
}

Expand Down

0 comments on commit 4854ec7

Please sign in to comment.