Skip to content

Commit

Permalink
🚸 Import ToAccountInfo trait in fuzzing prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikrk committed Jan 31, 2024
1 parent 3b52ac8 commit 6e1e3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub mod fuzzing {
anchor_lang, anchor_lang::system_program::ID as SYSTEM_PROGRAM_ID,
anchor_lang::InstructionData, anchor_lang::ToAccountMetas, fuzz_trd,
solana_sdk::account::Account, solana_sdk::transaction::Transaction, Instruction, Keypair,
Pubkey, Signer, TempClone,
Pubkey, Signer, TempClone, anchor_lang::ToAccountInfo
};
pub use anchor_client::anchor_lang::solana_program::hash::Hash;
pub use anchor_lang::solana_program::instruction::AccountMeta;
Expand Down

0 comments on commit 6e1e3e3

Please sign in to comment.