Move KeyedAccount into Account

Now programs don't need to depend on dynamic_program and its
dependencies.
This commit is contained in:
Greg Fitzgerald
2018-09-26 20:23:59 -06:00
parent b7ae5b712a
commit 874addc51a
7 changed files with 13 additions and 15 deletions

View File

@@ -97,9 +97,8 @@ impl SystemProgram {
}
#[cfg(test)]
mod test {
use account::Account;
use account::{Account, KeyedAccount};
use bincode::serialize;
use dynamic_program::KeyedAccount;
use hash::Hash;
use pubkey::Pubkey;
use signature::{Keypair, KeypairUtil};