Move system_program out of src/
This commit is contained in:
10
sdk/src/bpf_loader.rs
Normal file
10
sdk/src/bpf_loader.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
use pubkey::Pubkey;
|
||||
|
||||
pub const BPF_LOADER_PROGRAM_ID: [u8; 32] = [
|
||||
128, 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,
|
||||
0,
|
||||
];
|
||||
|
||||
pub fn id() -> Pubkey {
|
||||
Pubkey::new(&BPF_LOADER_PROGRAM_ID)
|
||||
}
|
Reference in New Issue
Block a user