Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 2d55d5c

Browse files
author
winsvega
authored
Merge pull request #5529 from ethereum/workingtests
fix maximumExtraDataSize according to YP
2 parents 21c63e2 + e9d2f22 commit 2d55d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libethcore/ChainOperationParams.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ struct ChainOperationParams
8181
EVMSchedule const& scheduleForBlockNumber(u256 const& _blockNumber) const;
8282
u256 blockReward(EVMSchedule const& _schedule) const;
8383
void setBlockReward(u256 const& _newBlockReward);
84-
u256 maximumExtraDataSize = 1024;
84+
u256 maximumExtraDataSize = 32;
8585
u256 accountStartNonce = 0;
8686
bool tieBreakingGas = true;
8787
u256 minGasLimit;

0 commit comments

Comments
 (0)