Automatically merged updates to draft EIP(s) 1109

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

 - It only modifies existing draft 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-05-23 05:13:09 +02:00 committed by EIP Automerge Bot
parent b26ff65c53
commit 955fbd325e
1 changed files with 5 additions and 5 deletions

View File

@ -41,11 +41,11 @@ This EIP is backwards compatible. Smart contracts that call precompiled contrac
## Test Cases
- Normal call to a defined smart contract.
- Call to undefined smart contract.
- Call to defined smart contract with a value!=0 on the call.
- Call to undefined smart contract with a value!=0 on the call.
- Normal call with remaining gas<700 but gas>[the cost of the call].
- Normal call to a defined precompiled contract.
- Call to undefined precompiled contract.
- 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].
## Implementation