Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Aug 29, 2024
1 parent 452d6b7 commit 8503087
Show file tree
Hide file tree
Showing 4 changed files with 445 additions and 397 deletions.
1 change: 0 additions & 1 deletion staking/programs/integrity-pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ pub mod integrity_pool {
&publisher.key(),
get_current_epoch()?,
)?;
pool_data.claimable_rewards -= delegator_reward + publisher_reward;

// transfer delegator reward from pool_reward_custody to stake_account_custody
let cpi_accounts = anchor_spl::token::Transfer {
Expand Down
Loading

0 comments on commit 8503087

Please sign in to comment.