Skip to content

Commit e9bbfca

Browse files
committed
fix
1 parent fa9f3ee commit e9bbfca

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ use uint_note::uint_note::PartialUintNote;
1313

1414
global BID_AMOUNT: u128 = 1000;
1515
global ASK_AMOUNT: u128 = 2000;
16-
global CREATE_ORDER_AUTHWIT_NONCE: u128 = 1;
17-
global FULFILL_ORDER_AUTHWIT_NONCE: u128 = 2;
16+
global CREATE_ORDER_AUTHWIT_NONCE: Field = 1;
17+
global FULFILL_ORDER_AUTHWIT_NONCE: Field = 2;
1818

1919
#[test]
2020
unconstrained fn create_order_happy_path() {

0 commit comments

Comments
 (0)