Skip to content

Commit

Permalink
Update yarn-project/archiver/src/archiver/archiver_store_test_suite.ts
Browse files Browse the repository at this point in the history
Co-authored-by: esau <152162806+sklppy88@users.noreply.github.com>
  • Loading branch information
benesjan and sklppy88 authored Mar 11, 2024
1 parent 05fc97c commit ca4138f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export function describeArchiverDataStore(testName: string, getStore: () => Arch
});
});

// TODO(#4492): Drop the "New" bellow once the old inbox is purged
// TODO(#4492): Drop the "New" below once the old inbox is purged
describe('New L1 to L2 Messages', () => {
const l2BlockNumber = 13n;
const l1ToL2MessageSubtreeSize = 2 ** L1_TO_L2_MSG_SUBTREE_HEIGHT;
Expand Down

0 comments on commit ca4138f

Please sign in to comment.