Skip to content

Commit 41c3df4

Browse files
committed
comment fix
1 parent 3d0d643 commit 41c3df4

File tree

1 file changed

+1
-1
lines changed
  • noir-projects/noir-contracts/contracts/token_contract/src

1 file changed

+1
-1
lines changed

noir-projects/noir-contracts/contracts/token_contract/src/main.nr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ contract Token {
621621
#[private]
622622
fn setup_refund(
623623
user: AztecAddress, // A user for which we are setting up the fee refund.
624-
max_fee: Field, // The maximum fee a user is willing to pay for the tx (denominated in FPC's accepted asset)
624+
max_fee: Field, // The maximum fee a user is willing to pay for the tx.
625625
nonce: Field, // A nonce to make authwitness unique.
626626
) {
627627
// 1. This function is called by FPC when setting up a refund so we need to support the authwit flow here

0 commit comments

Comments
 (0)