Skip to content

Commit

Permalink
Include shuffles in PinnedConstraintSystem fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
therealyingtong authored and han0110 committed Sep 6, 2023
1 parent 7a21656 commit f07d35f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions halo2_proofs/src/plonk/circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1623,6 +1623,7 @@ impl<'a, F: Field> std::fmt::Debug for PinnedConstraintSystem<'a, F> {
.field("fixed_queries", self.fixed_queries)
.field("permutation", self.permutation)
.field("lookups", self.lookups)
.field("shuffles", self.shuffles)
.field("constants", self.constants)
.field("minimum_degree", self.minimum_degree);
debug_struct.finish()
Expand Down

0 comments on commit f07d35f

Please sign in to comment.