Enable rolling upgrade of system_instruction_processor

This commit is contained in:
Michael Vines
2020-06-02 17:34:12 -07:00
parent 1331c9a680
commit 9c631a01c1
3 changed files with 55 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ use log::*;
use solana_sdk::{
account::{get_signers, Account, KeyedAccount},
instruction::InstructionError,
nonce::{Account as NonceAccount},
nonce::Account as NonceAccount,
program_utils::{limited_deserialize, next_keyed_account},
pubkey::Pubkey,
system_instruction::{SystemError, SystemInstruction, MAX_PERMITTED_DATA_LENGTH},