Skip to content

Commit 1d5585d

Browse files
fixup! Update docs
1 parent 86c3fd4 commit 1d5585d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/security-considerations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Sending and Receiving Ether
161161

162162
- There is a way to forward more gas to the receiving contract using ``addr.call{value: x}("")``.
163163
This is essentially the same as ``addr.transfer(x)``, only that it forwards all remaining gas,
164-
subject to additional limits imposed by some EVM versions (such as the `63/64th rule <https://eips.ethereum.org/EIPS/eip-150>`__
164+
subject to additional limits imposed by some EVM versions (such as the `63/64th rule <https://eips.ethereum.org/EIPS/eip-150>`_
165165
introduced by ``tangerineWhistle``), and opens up the ability for the recipient to perform more expensive actions
166166
(and it returns a failure code instead of automatically propagating the error).
167167
This might include calling back into the sending contract or other state changes you might not have thought of.

0 commit comments

Comments
 (0)