diff --git a/Paper.tex b/Paper.tex index 844cb97d..8b6ce813 100644 --- a/Paper.tex +++ b/Paper.tex @@ -1480,7 +1480,7 @@ \section{Fee Schedule}\label{app:fees} $G_{callstipend}$ & 2300 & A stipend for the called contract subtracted from $G_{callvalue}$ for a non-zero value transfer. \\ $G_{newaccount}$ & 25000 & Paid for a {\small CALL} or {\small SELFDESTRUCT} operation which creates an account. \\ $G_{exp}$ & 10 & Partial payment for an {\small EXP} operation. \\ -$G_{expbyte}$ & 10 & Partial payment when multiplied by $\lceil\log_{256}(exponent)\rceil$ for the {\small EXP} operation. \\ +$G_{expbyte}$ & 50 & Partial payment when multiplied by $\lceil\log_{256}(exponent)\rceil$ for the {\small EXP} operation. \\ $G_{memory}$ & 3 & Paid for every additional word when expanding memory. \\ $G_\text{txcreate}$ & 32000 & Paid by all contract-creating transactions after the {\it Homestead transition}.\\ $G_{txdatazero}$ & 4 & Paid for every zero byte of data or code for a transaction. \\