Introduce the actual max code size.

This commit is contained in:
Gav Wood 2016-11-11 12:24:14 +01:00 committed by arkpar
parent 528bf17af5
commit 30ea921329

View File

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