Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Remove mocking function in
EccOpQueue
again (#5413)
PR #4854 removed the mocking function from the `EccOpQueue` `populate_with_mock_initital_data` which was stale and only populating the `ultra_ops` rather than both `raw_ops` and `ultra_ops` and ensured mocking (required to avoid commitments to 0) is done everywhere with a single function `GoblinMockCircuits::perform_op_queue_interactions_for_mock_first_circuit(op_queue);`. A mis-merge reintroduced `populate_with_mock_initital_data` so removing again.
- Loading branch information