This commit is contained in:
Hardhat Chad
2024-05-15 19:38:39 +00:00
parent 7db852f1c8
commit 84ff192b2d
2 changed files with 2 additions and 2 deletions

View File

@@ -4,9 +4,9 @@ use drillx::Solution;
#[allow(deprecated)]
use solana_program::{
account_info::AccountInfo,
blake3::hashv,
clock::Clock,
entrypoint::ProgramResult,
keccak::hashv,
program_error::ProgramError,
pubkey::Pubkey,
sanitize::SanitizeError,

View File

@@ -2,9 +2,9 @@ use std::mem::size_of;
use solana_program::{
account_info::AccountInfo,
blake3::hashv,
clock::Clock,
entrypoint::ProgramResult,
keccak::hashv,
program_error::ProgramError,
pubkey::Pubkey,
slot_hashes::SlotHash,