From 955fbd325e276ae8f43454e487047e7d3e4861fe Mon Sep 17 00:00:00 2001 From: Jordi Baylina Date: Wed, 23 May 2018 05:13:09 +0200 Subject: [PATCH] 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 --- EIPS/eip-1109.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/EIPS/eip-1109.md b/EIPS/eip-1109.md index 1a06bd05..07c408cd 100644 --- a/EIPS/eip-1109.md +++ b/EIPS/eip-1109.md @@ -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