Migrate config tests to Bank

This commit is contained in:
Greg Fitzgerald
2019-03-16 22:06:53 -06:00
committed by Grimes
parent 0c0716abfb
commit 99671472d1
4 changed files with 64 additions and 140 deletions

View File

@@ -2,10 +2,8 @@ use serde::Serialize;
use solana_sdk::pubkey::Pubkey;
mod config_instruction;
mod config_transaction;
pub use config_instruction::ConfigInstruction;
pub use config_transaction::ConfigTransaction;
const CONFIG_PROGRAM_ID: [u8; 32] = [
133, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,