From 00d65810c120584cc7861495e7ea5c101667119c Mon Sep 17 00:00:00 2001 From: Albert Chon Date: Wed, 13 Jan 2021 21:22:41 -0800 Subject: [PATCH] Increase MaxCodeSize to 180000 --- params/protocol_params.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/protocol_params.go b/params/protocol_params.go index aa77ac6a65d..71a1fc2b135 100644 --- a/params/protocol_params.go +++ b/params/protocol_params.go @@ -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