From 02e6841e9fb0565778188f2e0d593c182a8eb885 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 8 Feb 2016 23:18:49 +0100 Subject: [PATCH] VALUE also behaves as if no call had happened. --- EIPS/eip-7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-7.md b/EIPS/eip-7.md index dac66265..edfaaf13 100644 --- a/EIPS/eip-7.md +++ b/EIPS/eip-7.md @@ -26,7 +26,7 @@ Add a new opcode, `DELEGATECALL` at `0xf4`, which is similar in idea to `CALLCOD - Unused gas is refunded as normal. #### Notes on Sender -- `CALLER` behaves exactly in the callee's environment as it does in the caller's environment. +- `CALLER` and `VALUE` behave exactly in the callee's environment as they do in the caller's environment. #### Other Notes - The depth limit of 1024 is still preserved as normal.