File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments