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