From 30ea9213293e893a22545e23c413c646f643a6be 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 be473237c..399722a2c 100644 --- a/ethcore/res/ethereum/frontier.json +++ b/ethcore/res/ethereum/frontier.json @@ -134,7 +134,8 @@ "eip155Transition": "0x7fffffffffffffff", "eip160Transition": "0x7fffffffffffffff", "eip161abcTransition": "0x7fffffffffffffff", - "eip161dTransition": "0x7fffffffffffffff" + "eip161dTransition": "0x7fffffffffffffff", + "maxCodeSize": 23999 } } },