From 0231d8f86dd1c12a4e308b4f120a89254dc2d02d Mon Sep 17 00:00:00 2001 From: Jeffrey Wilcke Date: Fri, 11 Nov 2016 10:23:30 +0100 Subject: core, params: EIP#170 --- params/protocol_params.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'params/protocol_params.go') diff --git a/params/protocol_params.go b/params/protocol_params.go index 5079eb111..e98925c2b 100644 --- a/params/protocol_params.go +++ b/params/protocol_params.go @@ -14,9 +14,6 @@ // You should have received a copy of the GNU Lesser General Public License // along with the go-ethereum library. If not, see . -// DO NOT EDIT!!! -// AUTOGENERATED FROM generators/defaults.go - package params 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. + MaxCodeSize = 24576 ) -- cgit v1.2.3