Merge api/program into single units (#7061)

This commit is contained in:
Jack May
2019-11-20 16:32:19 -08:00
committed by GitHub
parent 186bf7ae32
commit 3415db9739
105 changed files with 224 additions and 4095 deletions

View File

@@ -1,6 +1,6 @@
const ID: [u8; 32] = [
pub const PROGRAM_ID: [u8; 32] = [
2, 168, 246, 145, 78, 136, 161, 107, 189, 35, 149, 133, 95, 100, 4, 217, 180, 244, 86, 183,
130, 27, 176, 20, 87, 73, 66, 140, 0, 0, 0, 0,
];
crate::solana_name_id!(ID, "BPFLoader1111111111111111111111111111111111");
crate::solana_name_id!(PROGRAM_ID, "BPFLoader1111111111111111111111111111111111");