M-Abdullah-Bhatti / Uniswap-Learning

0 stars 1 forks source link

Potential Front-Running in swapExactOutputSingle: #1

Open Mraza143 opened 12 months ago

Mraza143 commented 12 months ago

To mitigate front-running, you should check that the received amountOut matches the expected value.

M-Abdullah-Bhatti commented 12 months ago

Thanks @Mraza143 I will update it