Boot the mut (#7926)

This commit is contained in:
Jack May
2020-01-22 17:54:06 -08:00
committed by GitHub
parent e54bf563b5
commit c95e5346a4
37 changed files with 772 additions and 812 deletions

View File

@@ -1,6 +1,6 @@
use solana_sdk::{
account::Account,
account_utils::State,
account_utils::StateMut,
hash::Hash,
instruction::CompiledInstruction,
instruction_processor_utils::limited_deserialize,
@@ -75,6 +75,7 @@ mod tests {
use super::*;
use solana_sdk::{
account::Account,
account_utils::State,
hash::Hash,
instruction::InstructionError,
nonce_state::{with_test_keyed_account, Meta, NonceAccount},