// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
// DO NOT EDIT!!!
// AUTOGENERATED FROM generators/defaults.go
packageparams
import"math/big"
@ -72,4 +69,5 @@ var (
MemoryGas=big.NewInt(3)// Times the address of the (highest referenced byte in memory + 1). NOTE: referencing happens on read, write and in instructions such as RETURN and CALL.
TxDataNonZeroGas=big.NewInt(68)// Per byte of data attached to a transaction that is not equal to zero. NOTE: Not payable on data of calls between transactions.