Skip to content

Commit

Permalink
clean: remove stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cheethas committed Apr 19, 2023
1 parent 0589136 commit 6daf833
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yarn-project/aztec-rpc/src/contract_tree/contract_tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ async function generateFunctionLeaves(functions: ContractFunctionDao[], wasm: Ci
// All non-unconstrained functions have vks
const vkHash = await hashVKStr(f.verificationKey!, wasm);
const acirHash = keccak(Buffer.from(f.bytecode, 'hex'));
// TODO: selector is currently padded to 32 bytes in CBINDS, check this.
const fnLeafPreimage = new FunctionLeafPreimage(
selector,
isPrivate,
Expand Down

0 comments on commit 6daf833

Please sign in to comment.