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

Commit

Permalink
Update constant
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed Nov 14, 2016
1 parent fb34f42 commit 8ff48f8
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 = 23999;
schedule.maxCodeSize = 0x5fff;
return schedule;
}();

Expand Down

0 comments on commit 8ff48f8

Please sign in to comment.