Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
2501babe committed Feb 29, 2024
1 parent 752dec8 commit 7b4a1bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion programs/stake/src/stake_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use {
stake_flags::StakeFlags,
tools::{acceptable_reference_epoch_credits, eligible_for_deactivate_delinquent},
},
stake_history::{StakeHistory, StakeHistoryEntry, StakeHistoryGetEntry},
stake_history::{StakeHistory, StakeHistoryEntry},
transaction_context::{
BorrowedAccount, IndexOfAccount, InstructionContext, TransactionContext,
},
Expand Down Expand Up @@ -1807,6 +1807,7 @@ mod tests {
native_token,
pubkey::Pubkey,
stake::state::warmup_cooldown_rate,
stake_history::StakeHistoryGetEntry,
sysvar::{epoch_schedule, SysvarId},
},
test_case::test_case,
Expand Down

0 comments on commit 7b4a1bd

Please sign in to comment.