Skip to content

Commit e457898

Browse files
authored
Merge pull request #905 from ethereum/chriseth-patch-1
Docs: wording: recursive call exploit -> reentrancy exploit
2 parents ad47a06 + 0c2dc34 commit e457898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/control-structures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ parentheses at the end perform the actual call.
8282
that the called contract can change state variables of the calling contract
8383
via its functions. Write your functions in a way that, for example, calls to
8484
external functions happen after any changes to state variables in your contract
85-
so your contract is not vulnerable to a recursive call exploit.
85+
so your contract is not vulnerable to a reentrancy exploit.
8686

8787
Named Calls and Anonymous Function Parameters
8888
---------------------------------------------

0 commit comments

Comments
 (0)