From 652bb6bd94c99afb3f05f103effea8746ba24310 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Fri, 11 Nov 2016 12:24:14 +0100 Subject: [PATCH] Introduce the actual max code size. --- ethcore/res/ethereum/frontier.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ethcore/res/ethereum/frontier.json b/ethcore/res/ethereum/frontier.json index 79edd47c7..12ae28130 100644 --- a/ethcore/res/ethereum/frontier.json +++ b/ethcore/res/ethereum/frontier.json @@ -134,7 +134,8 @@ "eip155Transition": "0x28d138", "eip160Transition": "0x28d138", "eip161abcTransition": "0x28d138", - "eip161dTransition": "0x28d138" + "eip161dTransition": "0x28d138", + "maxCodeSize": 23999 } } },