Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Jul 5, 2024
1 parent 152b1bb commit 7649853
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { L2Block } from '@aztec/circuit-types';
import { makeEmptyProof } from '@aztec/circuits.js';
import { sleep } from '@aztec/foundation/sleep';

import { type MockProxy, mock } from 'jest-mock-extended';
Expand All @@ -18,8 +17,6 @@ describe('L1Publisher', () => {
let archive: Buffer;
let txsEffectsHash: Buffer;
let body: Buffer;
let proof: Buffer;
let aggregationObject: Buffer;

let publisher: L1Publisher;

Expand All @@ -30,8 +27,6 @@ describe('L1Publisher', () => {
archive = l2Block.archive.root.toBuffer();
txsEffectsHash = l2Block.body.getTxsEffectsHash();
body = l2Block.body.toBuffer();
aggregationObject = Buffer.alloc(0);
proof = makeEmptyProof().withoutPublicInputs();

txSender = mock<L1PublisherTxSender>();

Expand Down

0 comments on commit 7649853

Please sign in to comment.