Introduce the actual max code size.

Former-commit-id: c87dec7ec4ec4798ce00fb18f798fb762df04954
This commit is contained in:
Gav Wood 2016-11-11 12:24:14 +01:00 committed by arkpar
parent 780cf0ce1a
commit 0b2eb3a4c3

View File

@ -134,7 +134,8 @@
"eip155Transition": "0x7fffffffffffffff", "eip155Transition": "0x7fffffffffffffff",
"eip160Transition": "0x7fffffffffffffff", "eip160Transition": "0x7fffffffffffffff",
"eip161abcTransition": "0x7fffffffffffffff", "eip161abcTransition": "0x7fffffffffffffff",
"eip161dTransition": "0x7fffffffffffffff" "eip161dTransition": "0x7fffffffffffffff",
"maxCodeSize": 23999
} }
} }
}, },