Skip to content

Commit

Permalink
Revert "Fix epoch rewards partition-data program owner (#34913)"
Browse files Browse the repository at this point in the history
This reverts commit 7ebe0bc.
  • Loading branch information
CriesofCarrots committed Feb 6, 2024
1 parent e76da4a commit 57634e4
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 @@ -3609,7 +3609,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();

Expand Down

0 comments on commit 57634e4

Please sign in to comment.