Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
carllin committed Feb 1, 2025
1 parent 456594c commit 8ee3099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion programs/sbf/tests/syscall_get_epoch_stake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use {
transaction::Transaction,
},
solana_vote_program::{
VoteAccount,
vote_account::VoteAccount,
vote_state::create_account_with_authorized,
},
std::collections::HashMap,
Expand Down
2 changes: 1 addition & 1 deletion runtime/src/bank/serde_snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ mod tests {
#[cfg_attr(
feature = "frozen-abi",
derive(AbiExample),
frozen_abi(digest = "3PsrjAtyWBU3KPopGoM1UK1sa8HjVzehjBi7M2v6wW1Q")
frozen_abi(digest = "2ivcauZcGMWQhJTcL8QL3Gc69XWSQHpY6Dus77K6mXXE")
)]
#[derive(Serialize)]
pub struct BankAbiTestWrapper {
Expand Down

0 comments on commit 8ee3099

Please sign in to comment.