mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
zkas/compiler: Don't write STATEMENT_TYPE to circuit statements.
This commit is contained in:
@@ -73,7 +73,6 @@ impl Compiler {
|
||||
_ => unreachable!(),
|
||||
}
|
||||
|
||||
bincode.push(i.typ as u8);
|
||||
bincode.push(i.opcode as u8);
|
||||
bincode.extend_from_slice(&i.args.len().to_le_bytes());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user