Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fcarreiro committed Mar 11, 2024
1 parent 4d5a671 commit d7b1e1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noir-projects/aztec-nr/aztec/src/context/avm.nr
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ impl AVMContext {
gas: [Field; 3], // gas allocation: [l1Gas, l2Gas, daGas]
address: AztecAddress,
args: [Field; ARGS_COUNT],
// TODO(5110): consider passing in calldata directly
temporary_function_selector: Field
) -> ([Field; RET_SIZE], u8) {}
// ^ return data ^ success
Expand Down

0 comments on commit d7b1e1c

Please sign in to comment.