Skip to content

Commit

Permalink
issue to move some stuff inside trace generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ledwards2225 committed Feb 21, 2024
1 parent 55439e9 commit 72c33b0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ template <class Flavor> class ProverInstance_ {
Trace::generate(circuit, proving_key);

// If Goblin, construct the ECC op queue wire and databus polynomials
// TODO(https://github.com/AztecProtocol/barretenberg/issues/862): Maybe do this in trace generation?
if constexpr (IsGoblinFlavor<Flavor>) {
construct_ecc_op_wire_polynomials(circuit);
construct_databus_polynomials(circuit);
Expand Down

0 comments on commit 72c33b0

Please sign in to comment.