From 0b31a2c389d0f670a21524aa6f862f1e27cbab30 Mon Sep 17 00:00:00 2001 From: C4 <81770958+code423n4@users.noreply.github.com> Date: Wed, 30 Aug 2023 07:52:32 -0700 Subject: [PATCH] Report for issue #425 updated by T1MOH --- data/T1MOH-Q.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/data/T1MOH-Q.md b/data/T1MOH-Q.md index 4e567d3e..80871dd0 100644 --- a/data/T1MOH-Q.md +++ b/data/T1MOH-Q.md @@ -103,7 +103,11 @@ There is functionality to send native value in `emergencyWithdraw()`. But contra ... } - ``` + +The same with UniV3LiquidityAmo.sol +https://github.com/code-423n4/2023-08-dopex/blob/eb4d4a201b3a75dd4bddc74a34e9c42c71d0d12f/contracts/amo/UniV3LiquidityAmo.sol#L344 + ### Recommended Mitigation Steps -Remove functionality of native asset transfer \ No newline at end of file +Remove functionality of native asset transfer or add payable function +