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

Commit

Permalink
Change max code size to 0x6000
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed Nov 14, 2016
1 parent 8ff48f8 commit f267ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libevmcore/EVMSchedule.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ static const EVMSchedule EIP150Schedule = []
schedule.sloadGas = 200;
schedule.callGas = 700;
schedule.suicideGas = 5000;
schedule.maxCodeSize = 0x5fff;
schedule.maxCodeSize = 0x6000;
return schedule;
}();

Expand Down

0 comments on commit f267ceb

Please sign in to comment.