Skip to content

Commit

Permalink
Increase MaxCodeSize to 180000
Browse files Browse the repository at this point in the history
  • Loading branch information
albertchon authored Jan 14, 2021
1 parent 2558223 commit 00d6581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/protocol_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const (
// Introduced in Tangerine Whistle (Eip 150)
CreateBySelfdestructGas uint64 = 25000

MaxCodeSize = 100000 // Maximum bytecode to permit for a contract
MaxCodeSize = 180000 // Maximum bytecode to permit for a contract

// Precompiled contract gas prices

Expand Down

0 comments on commit 00d6581

Please sign in to comment.