Skip to content

Commit

Permalink
1407 - fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmon committed Sep 1, 2023
1 parent 0c4c95c commit a2dd3be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion yarn-project/aztec-rpc/src/kernel_prover/kernel_prover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import {
makeEmptyProof,
makeTuple,
} from '@aztec/circuits.js';
import { IntegerType } from '@aztec/foundation/abi';
import { assertLength } from '@aztec/foundation/serialize';

import { KernelProofCreator, ProofCreator, ProofOutput, ProofOutputFinal } from './proof_creator.js';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,7 @@ import {
} from '../../cbind/constants.gen.js';
import { assertMemberLength, makeTuple } from '../../index.js';
import { serializeToBuffer } from '../../utils/serialize.js';
import {
AggregationObject,
AztecAddress,
EthAddress,
Fr,
FunctionData,
} from '../index.js';
import { AggregationObject, AztecAddress, EthAddress, Fr, FunctionData } from '../index.js';

/**
* The information assembled after the contract deployment was processed by the private kernel circuit.
Expand Down

0 comments on commit a2dd3be

Please sign in to comment.