We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa9f3ee commit e9bbfcaCopy full SHA for e9bbfca
noir-projects/noir-contracts/contracts/app/orderbook_contract/src/test/test.nr
@@ -13,8 +13,8 @@ use uint_note::uint_note::PartialUintNote;
13
14
global BID_AMOUNT: u128 = 1000;
15
global ASK_AMOUNT: u128 = 2000;
16
-global CREATE_ORDER_AUTHWIT_NONCE: u128 = 1;
17
-global FULFILL_ORDER_AUTHWIT_NONCE: u128 = 2;
+global CREATE_ORDER_AUTHWIT_NONCE: Field = 1;
+global FULFILL_ORDER_AUTHWIT_NONCE: Field = 2;
18
19
#[test]
20
unconstrained fn create_order_happy_path() {
0 commit comments