Use bs58 strings to declare IDs rather then raw bytes (#7082)
This commit is contained in:
@ -6,13 +6,7 @@ pub mod vest_state;
|
||||
|
||||
use crate::vest_processor::process_instruction;
|
||||
|
||||
const VEST_PROGRAM_ID: [u8; 32] = [
|
||||
7, 87, 23, 47, 219, 236, 238, 33, 137, 188, 215, 141, 32, 229, 155, 195, 133, 124, 23, 232,
|
||||
113, 153, 252, 252, 111, 5, 187, 128, 0, 0, 0, 0,
|
||||
];
|
||||
|
||||
solana_sdk::declare_program!(
|
||||
VEST_PROGRAM_ID,
|
||||
"Vest111111111111111111111111111111111111111",
|
||||
solana_vest_program,
|
||||
process_instruction
|
||||
|
Reference in New Issue
Block a user