aboutsummaryrefslogtreecommitdiff
path: root/params
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-06-28 16:55:59 -0400
committerDeterminant <tederminant@gmail.com>2020-06-28 16:55:59 -0400
commit90fae71b0ab27aacdc2f9454820d487a9b2a529a (patch)
tree8b19f7d114119644f4faf35ec46dd25ff00a7d31 /params
parentd235e2c6a5788ec4a6cff15a16f56b38a3876a0d (diff)
...
Diffstat (limited to 'params')
-rw-r--r--params/protocol_params.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/params/protocol_params.go b/params/protocol_params.go
index b36dd91..c0c5ffd 100644
--- a/params/protocol_params.go
+++ b/params/protocol_params.go
@@ -23,7 +23,7 @@ const (
MinGasLimit uint64 = 5000 // Minimum the gas limit may ever be.
GenesisGasLimit uint64 = 4712388 // Gas limit of the Genesis block.
- MaximumExtraDataSize uint64 = 32 // Maximum size extra data may be after Genesis.
+ MaximumExtraDataSize uint64 = 64 // Maximum size extra data may be after Genesis.
ExpByteGas uint64 = 10 // Times ceil(log256(exponent)) for the EXP instruction.
SloadGas uint64 = 50 // Multiplied by the number of 32-byte words that are copied (round up) for any *COPY operation and added.
CallValueTransferGas uint64 = 9000 // Paid for CALL when the value transfer is non-zero.