Move Account into its own module
Also use default Default generator, since system program ID is [0; 32]. Bank should probably be the one to set this anyway.
This commit is contained in:
@@ -22,7 +22,7 @@ pub extern "C" fn process(infos: &mut Vec<KeyedAccount>, data: &[u8]) {
|
||||
mod tests {
|
||||
use super::*;
|
||||
use bincode::serialize;
|
||||
use solana::bank::Account;
|
||||
use solana::account::Account;
|
||||
use solana::signature::Pubkey;
|
||||
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user