Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Oct 31, 2024
1 parent 557960e commit 3b21a31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ sequenceDiagram
activate AC;
AC->>CC: Swap 1000 token A to B
activate CC;
CC->>T: transfer_to_public 1000 tokens from Alice Account to CCS
CC->>T: Transfer to public 1000 tokens from Alice Account to CCS
activate T;
T->>AC: Have you approved this??
AC-->>A: Please give me an AuthWit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ contract Uniswap {
input_asset_bridge: AztecAddress,
input_amount: Field,
output_asset_bridge: AztecAddress,
// params for using the transfer_to_public_to_public_to_public approval
// params for using the transfer_to_public approval
nonce_for_transfer_to_public_approval: Field,
// params for the swap
uniswap_fee_tier: Field, // which uniswap tier to use (eg 3000 for 0.3% fee)
Expand Down

0 comments on commit 3b21a31

Please sign in to comment.