Move ProgramError into sdk/

This commit is contained in:
Michael Vines
2018-12-03 12:26:23 -08:00
parent 68e99c18c0
commit 777a0a858e
9 changed files with 27 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
use budget_program;
use native_loader;
use program::ProgramError;
use solana_sdk::account::{create_keyed_accounts, Account, KeyedAccount};
use solana_sdk::native_program::ProgramError;
use solana_sdk::pubkey::Pubkey;
use solana_sdk::transaction::Transaction;
use storage_program;