Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pawurb committed Apr 25, 2024
1 parent 6243d64 commit 418b356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/uniswap_v2_usdc_swap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ async fn main() -> anyhow::Result<()> {
// transfer WETH to USDC-WETH pair
transfer(account, usdc_weth_pair, amount_in, weth, &mut cache_db).await?;

// exeucte low-level swap without using UniswapV2 router
// execute low-level swap without using UniswapV2 router
swap(
account,
usdc_weth_pair,
Expand Down

0 comments on commit 418b356

Please sign in to comment.