From 3355c0903cb8af2621242c821340197e7a5efe80 Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Thu, 30 Nov 2017 17:16:14 +0100 Subject: [PATCH] Limit the backward compatibility https://github.com/ethereum/EIPs/pull/206#discussion_r151943639 --- EIPS/eip-140.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-140.md b/EIPS/eip-140.md index 94e89bd8..40f31f61 100644 --- a/EIPS/eip-140.md +++ b/EIPS/eip-140.md @@ -40,7 +40,7 @@ The content of the optionally provided memory section is not defined by this EIP ## Backwards Compatibility -This change has no effect on contracts created in the past. +This change has no effect on contracts created in the past unless they contain `0xfd` as an instruction. ## Test Cases