Skip to content

Commit

Permalink
Add missed fields to fn print_action_circuit
Browse files Browse the repository at this point in the history
  • Loading branch information
dmidem committed Feb 27, 2024
1 parent 6ec3972 commit a5f3b80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/circuit/circuit_vanilla.rs
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,7 @@ mod tests {
psi_old: Value::unknown(),
rcm_old: Value::unknown(),
cm_old: Value::unknown(),
psi_nf: Value::unknown(),
alpha: Value::unknown(),
ak: Value::unknown(),
nk: Value::unknown(),
Expand All @@ -904,6 +905,9 @@ mod tests {
psi_new: Value::unknown(),
rcm_new: Value::unknown(),
rcv: Value::unknown(),
asset: Value::unknown(),
split_flag: Value::unknown(),
phantom: std::marker::PhantomData,
};
halo2_proofs::dev::CircuitLayout::default()
.show_labels(false)
Expand Down

0 comments on commit a5f3b80

Please sign in to comment.