From b68dbde7fc7fed6a18c2da1ef6b07aee972f6743 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Wed, 8 Jun 2022 20:50:23 -0700 Subject: [PATCH] Update aurora.md --- Top-Immunefi-Vulnerabilities/aurora.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Top-Immunefi-Vulnerabilities/aurora.md b/Top-Immunefi-Vulnerabilities/aurora.md index aa014a3..1d9fba9 100644 --- a/Top-Immunefi-Vulnerabilities/aurora.md +++ b/Top-Immunefi-Vulnerabilities/aurora.md @@ -18,6 +18,7 @@ ### Ethereums's `DELEGATECALL` vs. `CALL` +* If we use delegatecall() to call the native contract, the msg.value will be inherited from the original calling context, but the ETH is no longer passed to the native contract. Screen Shot 2022-06-08 at 8 29 36 PM Screen Shot 2022-06-08 at 8 29 55 PM