Rename program_utils.rs (#8127)

This commit is contained in:
Jack May
2020-02-05 12:48:30 -08:00
committed by GitHub
parent 3ac0192d40
commit 8436457e75
26 changed files with 32 additions and 32 deletions

View File

@ -3,8 +3,8 @@ use solana_sdk::{
account::{get_signers, Account, KeyedAccount},
account_utils::StateMut,
instruction::InstructionError,
instruction_processor_utils::{limited_deserialize, next_keyed_account},
nonce_state::{NonceAccount, NonceState},
program_utils::{limited_deserialize, next_keyed_account},
pubkey::Pubkey,
system_instruction::{
create_address_with_seed, SystemError, SystemInstruction, MAX_PERMITTED_DATA_LENGTH,