Skip to content

Commit 84a6671

Browse files
committed
wip
1 parent d41181f commit 84a6671

File tree

1 file changed

+1
-0
lines changed
  • noir-projects/noir-contracts/contracts/app/orderbook_contract/src/test

1 file changed

+1
-0
lines changed

noir-projects/noir-contracts/contracts/app/orderbook_contract/src/test/utils.nr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ use aztec::{
55
use token::Token;
66

77
// Utility function to setup two token contracts
8+
// TODO(#16560): Make it possible to return a contract instance directly from setup func
89
pub(crate) unconstrained fn setup_tokens(
910
env: &mut TestEnvironment,
1011
owner: AztecAddress,

0 commit comments

Comments
 (0)