We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41181f commit 84a6671Copy full SHA for 84a6671
noir-projects/noir-contracts/contracts/app/orderbook_contract/src/test/utils.nr
@@ -5,6 +5,7 @@ use aztec::{
5
use token::Token;
6
7
// Utility function to setup two token contracts
8
+// TODO(#16560): Make it possible to return a contract instance directly from setup func
9
pub(crate) unconstrained fn setup_tokens(
10
env: &mut TestEnvironment,
11
owner: AztecAddress,
0 commit comments