diff --git a/circuits/cpp/barretenberg b/circuits/cpp/barretenberg index 97c9bc72aeba..f0614a8cff79 160000 --- a/circuits/cpp/barretenberg +++ b/circuits/cpp/barretenberg @@ -1 +1 @@ -Subproject commit 97c9bc72aebab850b4a647d6e6cc50085226eafb +Subproject commit f0614a8cff797787e942c6e3341c6e0d91a5480d diff --git a/circuits/cpp/src/aztec3/circuits/abis/combined_accumulated_data.hpp b/circuits/cpp/src/aztec3/circuits/abis/combined_accumulated_data.hpp index e670c16d9656..7a2e891494d8 100644 --- a/circuits/cpp/src/aztec3/circuits/abis/combined_accumulated_data.hpp +++ b/circuits/cpp/src/aztec3/circuits/abis/combined_accumulated_data.hpp @@ -69,8 +69,8 @@ template struct CombinedAccumulatedData { to_ct(aggregation_object.P0), to_ct(aggregation_object.P1), to_ct(aggregation_object.public_inputs), - aggregation_object.proof_witness_indices, aggregation_object.has_data, + aggregation_object.proof_witness_indices, }, to_ct(new_commitments), @@ -100,8 +100,8 @@ template struct CombinedAccumulatedData { to_nt(aggregation_object.P0), to_nt(aggregation_object.P1), to_nt(aggregation_object.public_inputs), - aggregation_object.proof_witness_indices, aggregation_object.has_data, + aggregation_object.proof_witness_indices, }, to_nt(new_commitments),