Skip to content

Commit 165fd7f

Browse files
committed
fix comment
1 parent 7e8e3a0 commit 165fd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PaymentsGateway.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ contract PaymentsGateway is EIP712, Ownable, ReentrancyGuard {
208208
/**
209209
@notice
210210
The purpose of completeTokenPurchase is to provide a forwarding contract call
211-
on the destination chain. For LiFi (swap provider), they can only guarantee the toAmount
211+
on the destination chain. For some swap providers, they can only guarantee the toAmount
212212
if we use a contract call. This allows us to call the endTransfer function and forward the
213213
funds to the end user.
214214

0 commit comments

Comments
 (0)