Skip to content

Commit

Permalink
update 3.6.3 freeze all instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dafyddd committed Oct 12, 2022
1 parent 9d87e6e commit 4197d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/src/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7413,7 +7413,7 @@ impl Processor {
}

pub fn process(program_id: &Pubkey, accounts: &[AccountInfo], data: &[u8]) -> MangoResult {
unimplemented!()
Err(throw!())
// let instruction =
// MangoInstruction::unpack(data).ok_or(ProgramError::InvalidInstructionData)?;
// match instruction {
Expand Down

0 comments on commit 4197d0d

Please sign in to comment.