Security Considerations

This commit is contained in:
chriseth
2016-07-04 15:27:53 +02:00
parent 48238c9f14
commit 2df142c496
7 changed files with 250 additions and 32 deletions
+1 -1
View File
@@ -356,7 +356,7 @@ all).
Furthermore, this function is executed whenever the contract receives plain
Ether (without data). In such a context, there is very little gas available to
the function call, so it is important to make fallback functions as cheap as
the function call (to be precise, 2300 gas), so it is important to make fallback functions as cheap as
possible.
::