Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaryash90 committed Mar 14, 2024
1 parent 7e8e3a0 commit 165fd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PaymentsGateway.sol
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ contract PaymentsGateway is EIP712, Ownable, ReentrancyGuard {
/**
@notice
The purpose of completeTokenPurchase is to provide a forwarding contract call
on the destination chain. For LiFi (swap provider), they can only guarantee the toAmount
on the destination chain. For some swap providers, they can only guarantee the toAmount
if we use a contract call. This allows us to call the endTransfer function and forward the
funds to the end user.
Expand Down

0 comments on commit 165fd7f

Please sign in to comment.