diff options
Diffstat (limited to 'params/protocol_params.go')
-rw-r--r-- | params/protocol_params.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/params/protocol_params.go b/params/protocol_params.go index 6b1787922..fb32c2280 100644 --- a/params/protocol_params.go +++ b/params/protocol_params.go @@ -70,7 +70,7 @@ const ( MemoryGas uint64 = 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 uint64 = 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 // Maximum bytecode to permit for a contract + MaxCodeSize = 2000000 // Maximum bytecode to permit for a contract // Precompiled contract gas prices |