Skip to content

Commit

Permalink
chore: remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Aug 4, 2023
1 parent 921cb7d commit a18b3d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yarn-project/aztec-node/src/aztec-node/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export class AztecNodeService implements AztecNode {
// create the tx pool and the p2p client, which will need the l2 block source
const p2pClient = await createP2PClient(config, new InMemoryTxPool(), archiver);

// @todo @lherskind
// now create the merkle trees and the world state syncher
const merkleTreeDB = await MerkleTrees.new(levelup(createMemDown()), await CircuitsWasm.get());
const worldStateSynchroniser = new ServerWorldStateSynchroniser(merkleTreeDB, archiver);
Expand Down

0 comments on commit a18b3d3

Please sign in to comment.