Skip to content

Commit

Permalink
Creation on non-empty code or non-zero nonce throws an exception
Browse files Browse the repository at this point in the history
  • Loading branch information
pirapira committed Aug 4, 2017
1 parent 030c1b5 commit 624e547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ \section{Contract Creation} \label{ch:create}
\quad\boldsymbol{\sigma}'[a]_c = \texttt{\small KEC}(\mathbf{o}) & \text{otherwise}
\end{cases} \\
\nonumber \text{where} \\
F &\equiv \big(\boldsymbol{\sigma}^{**} = \varnothing \ \vee\ g^{**} < c \ \vee\ |\mathbf{o}| > 24576\big)
F \equiv &\big(\boldsymbol{\sigma}[a]_c \neq \texttt{\small KEC}\big(()\big) \ \vee\ \boldsymbol{\sigma}[a]_n \neq 0 \ \vee\ \boldsymbol{\sigma}^{**} = \varnothing \\ & \vee\ g^{**} < c \ \vee\ |\mathbf{o}| > 24576\big)
\end{align}

The exception in the determination of $\boldsymbol{\sigma}'$ dictates that $\mathbf{o}$, the resultant byte sequence from the execution of the initialisation code, specifies the final body code for the newly-created account.
Expand Down

1 comment on commit 624e547

@timxor
Copy link

@timxor timxor commented on 624e547 Aug 5, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔

Please sign in to comment.