diff --git a/program/src/mine.rs b/program/src/mine.rs index 4fec55b..0a5e571 100644 --- a/program/src/mine.rs +++ b/program/src/mine.rs @@ -199,6 +199,7 @@ fn introspect_transaction(msg: &[u8]) -> Result { if program_id.ne(&ore_api::ID) { return Ok(false); } + c += 2; if let Ok(ix) = OreInstruction::try_from(read_u8(&mut c, msg)?) { if ix.ne(&OreInstruction::Mine) { return Ok(false);