diff --git a/project2/report2.pdf b/project2/report2.pdf index 85b11f8..58a3235 100644 Binary files a/project2/report2.pdf and b/project2/report2.pdf differ diff --git a/project2/report2.tex b/project2/report2.tex index bd64a95..1125c7d 100644 --- a/project2/report2.tex +++ b/project2/report2.tex @@ -127,9 +127,11 @@ eth.sendTransaction({ gas: "80000" }); \end{minted} - Our own balance has increased by 30 Ether. +To mitigate this vulnerability the contract should use \texttt{call} instead of +\texttt{delegatecall}. + \section{DAO Down} % Fill here your answers for exercise B