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 Feb 1, 2024
1 parent 3b52ac8 commit 590fae0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ pub use anyhow::{self, Error};
pub mod fuzzing {
pub use super::{
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,
anchor_lang::InstructionData, anchor_lang::ToAccountInfo, anchor_lang::ToAccountMetas,
fuzz_trd, solana_sdk::account::Account, solana_sdk::transaction::Transaction, Instruction,
Keypair, Pubkey, Signer, TempClone,
};
pub use anchor_client::anchor_lang::solana_program::hash::Hash;
pub use anchor_lang::solana_program::instruction::AccountMeta;
Expand Down

0 comments on commit 590fae0

Please sign in to comment.