Skip to content

Commit 204386f

Browse files
committed
docs: added comment pointing to the created issue
1 parent ff46ce9 commit 204386f

File tree

1 file changed

+2
-0
lines changed
  • yarn-project/aztec-node/src/aztec-node

1 file changed

+2
-0
lines changed

yarn-project/aztec-node/src/aztec-node/server.ts

+2
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,8 @@ export class AztecNodeService implements AztecNode {
390390
const prevGlobalVariables = (await this.blockSource.getL2Block(-1))?.globalVariables ?? GlobalVariables.empty();
391391

392392
// Instantiate merkle trees so uncommited updates by this simulation are local to it.
393+
// TODO we should be able to remove this after https://github.com/AztecProtocol/aztec-packages/issues/1869
394+
// So simulation of public functions doesn't affect the merkle trees.
393395
const merkleTrees = new MerkleTrees(this.merkleTreesDb, this.log);
394396
await merkleTrees.init(await CircuitsWasm.get(), {
395397
globalVariables: prevGlobalVariables,

0 commit comments

Comments
 (0)