Skip to content

Commit

Permalink
Revert "Fix epoch rewards partition-data program owner (solana-labs#3…
Browse files Browse the repository at this point in the history
…4913)"

This reverts commit 7ebe0bc.

(cherry picked from commit 57634e4)
  • Loading branch information
CriesofCarrots committed Feb 7, 2024
1 parent 7db5532 commit 2285478
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::sysvar::id(),
&solana_sdk::stake::program::id(),
)
.unwrap();
self.store_account_and_update_capitalization(&address, &new_account);
Expand Down

0 comments on commit 2285478

Please sign in to comment.