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

Commit

Permalink
Fix epoch rewards partition-data program owner (#34913)
Browse files Browse the repository at this point in the history
Fix account program owner
  • Loading branch information
Tyera authored Jan 23, 2024
1 parent ad0aabc commit 7ebe0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3611,7 +3611,7 @@ impl Bank {
let new_account = AccountSharedData::new_data(
account_balance,
&epoch_rewards_partition_data,
&solana_sdk::stake::program::id(),
&solana_sdk::sysvar::id(),
)
.unwrap();
self.store_account_and_update_capitalization(&address, &new_account);
Expand Down

0 comments on commit 7ebe0bc

Please sign in to comment.