Limit the backward compatibility

https://github.com/ethereum/EIPs/pull/206#discussion_r151943639
This commit is contained in:
Yoichi Hirai 2017-11-30 17:16:14 +01:00
parent 5051d0f297
commit 3355c0903c
No known key found for this signature in database
GPG Key ID: E7B75D080FCF7992
1 changed files with 1 additions and 1 deletions

View File

@ -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