Automatically merged updates to draft EIP(s) 1109

Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
This commit is contained in:
Jordi Baylina 2018-06-29 15:41:08 +02:00 committed by EIP Automerge Bot
parent 02cf4dd59c
commit a9975c84e8

View File

@ -46,6 +46,10 @@ This EIP is backwards compatible. Smart contracts that call precompiled contrac
- Call to defined precompiled contract with a value!=0 on the call.
- Call to undefined precompiled contract with a value!=0 on the call.
- Normal call to precompiled contract with remaining gas<700 but gas>[the cost of the call].
- Call to a precompiled contract which forwards all gas but
* 600
* 700
* 701
## Implementation