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.