From a8fb2597d100ace63d24a46b1c076dc2f400d8d1 Mon Sep 17 00:00:00 2001
From: James Ray <16969914+jamesray1@users.noreply.github.com>
Date: Wed, 10 Jan 2018 21:27:44 +1100
Subject: [PATCH] Further modifications to links, more in line with Wikipedia
style
---
EIPS/eip-150.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/EIPS/eip-150.md b/EIPS/eip-150.md
index 4b8af5a1..72ab1efd 100644
--- a/EIPS/eip-150.md
+++ b/EIPS/eip-150.md
@@ -21,7 +21,7 @@ If `block.number >= FORK_BLKNUM`, then:
- If SELFDESTRUCT hits a newly created account, it triggers an additional gas cost of 25000 (similar to CALLs)
- Increase the recommended gas limit target to 5.5 million
- Define "all but one 64th" of `N` as `N - floor(N / 64)`
-- If a call asks for more gas than the maximum allowed amount (ie. total amount of gas remaining in the parent after subtracting the gas cost of the call and memory expansion), do not return an OOG error; instead, if a call asks for more gas than all but one 64th of the maximum allowed amount, call with all but one 64th of the maximum allowed amount of gas (this is equivalent to a version of [EIP-90](ethereum/EIPs/issues/90) plus [EIP-114](ethereum/EIPs/issues/114)). CREATE only provides all but one 64th of the parent gas to the child call.
+- If a call asks for more gas than the maximum allowed amount (ie. total amount of gas remaining in the parent after subtracting the gas cost of the call and memory expansion), do not return an OOG error; instead, if a call asks for more gas than all but one 64th of the maximum allowed amount, call with all but one 64th of the maximum allowed amount of gas (this is equivalent to a version of EIP-90[1](ethereum/EIPs/issues/90) plus EIP-114[2](ethereum/EIPs/issues/114)). CREATE only provides all but one 64th of the parent gas to the child call.
That is, substitute: