Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Dec 17, 2024
1 parent 48911fd commit 03946d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ contract Token {
#[private]
fn setup_refund(
user: AztecAddress, // A user for which we are setting up the fee refund.
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.
nonce: Field, // A nonce to make authwitness unique.
) {
// 1. This function is called by FPC when setting up a refund so we need to support the authwit flow here
Expand Down

0 comments on commit 03946d4

Please sign in to comment.