Boot the mut (#7926)
This commit is contained in:
@ -11,7 +11,7 @@ solana_sdk::declare_program!(
|
||||
|
||||
fn process_instruction(
|
||||
program_id: &Pubkey,
|
||||
keyed_accounts: &mut [KeyedAccount],
|
||||
keyed_accounts: &[KeyedAccount],
|
||||
data: &[u8],
|
||||
) -> Result<(), InstructionError> {
|
||||
solana_logger::setup();
|
||||
|
Reference in New Issue
Block a user