Rename program_utils.rs (#8127)
This commit is contained in:
@@ -12,7 +12,7 @@ use solana_metrics::datapoint_debug;
|
||||
use solana_sdk::{
|
||||
account::{get_signers, KeyedAccount},
|
||||
instruction::{AccountMeta, Instruction, InstructionError, WithSigner},
|
||||
instruction_processor_utils::{limited_deserialize, next_keyed_account, DecodeError},
|
||||
program_utils::{limited_deserialize, next_keyed_account, DecodeError},
|
||||
pubkey::Pubkey,
|
||||
system_instruction,
|
||||
sysvar::{self, clock::Clock, slot_hashes::SlotHashes, Sysvar},
|
||||
|
@@ -583,7 +583,7 @@ mod tests {
|
||||
account::{get_signers, Account},
|
||||
account_utils::StateMut,
|
||||
hash::hash,
|
||||
instruction_processor_utils::next_keyed_account,
|
||||
program_utils::next_keyed_account,
|
||||
};
|
||||
use std::cell::RefCell;
|
||||
|
||||
|
Reference in New Issue
Block a user