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 3d0d643 commit 41c3df4Copy full SHA for 41c3df4
noir-projects/noir-contracts/contracts/token_contract/src/main.nr
@@ -621,7 +621,7 @@ contract Token {
621
#[private]
622
fn setup_refund(
623
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)
+ max_fee: Field, // The maximum fee a user is willing to pay for the tx.
625
nonce: Field, // A nonce to make authwitness unique.
626
) {
627
// 1. This function is called by FPC when setting up a refund so we need to support the authwit flow here
0 commit comments