Skip to content

Commit

Permalink
fix copied sysvar id
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Oct 12, 2024
1 parent 9c85e5b commit 4ec4a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/reserved-account-keys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub mod sysvar {
solana_pubkey::declare_id!("SysvarS1otHistory11111111111111111111111111");
}
pub mod stake_history {
solana_pubkey::declare_id!("SysvarS1otHistory11111111111111111111111111");
solana_pubkey::declare_id!("SysvarStakeHistory1111111111111111111111111");
}
}

Expand Down

0 comments on commit 4ec4a06

Please sign in to comment.