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 29, 2024
1 parent 99a25db commit d607510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/sdk-ids/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,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 d607510

Please sign in to comment.