Rust BPF program cleanup (#7990)
This commit is contained in:
@ -22,7 +22,7 @@ fn return_sstruct() -> SStruct {
|
||||
entrypoint!(process_instruction);
|
||||
fn process_instruction(
|
||||
program_id: &Pubkey,
|
||||
accounts: &mut [AccountInfo],
|
||||
accounts: &[AccountInfo],
|
||||
instruction_data: &[u8],
|
||||
) -> u32 {
|
||||
info!("Program identifier:");
|
||||
|
Reference in New Issue
Block a user