From 511160bea6fac6bf1c511f9acf39640c24f0b636 Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Wed, 22 Mar 2017 10:33:26 +0100 Subject: [PATCH] EIP-211: CREATE resets the previous return data This change is according to https://github.com/ethereum/EIPs/pull/211#issuecomment-287728214 --- Paper.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/Paper.tex b/Paper.tex index a4d2fff9..bd64d2eb 100644 --- a/Paper.tex +++ b/Paper.tex @@ -2179,6 +2179,7 @@ \subsection{Instruction Set} &&&& low to fulfil the value transfer); and otherwise $x=A(I_a, \boldsymbol{\sigma}[I_a]_n)$, the address of the newly \\ &&&& created account. \\ &&&& $\boldsymbol{\mu}'_i \equiv M(\boldsymbol{\mu}_i, \boldsymbol{\mu}_\mathbf{s}[1], \boldsymbol{\mu}_\mathbf{s}[2])$ \\ +&&&& $\boldsymbol{\mu}'_\mathbf{o} \equiv ()$ \\ &&&& Thus the operand order is: value, input offset, input size. \\ \midrule 0xf1 & {\small CALL} & 7 & 1 & Message-call into an account. \\