Add EIP170_CODE_SIZE_LIMIT

This commit is contained in:
coffeepots 2018-09-17 19:34:29 +01:00
parent 949d4c11f8
commit c300044474
1 changed files with 8 additions and 0 deletions

View File

@ -52,3 +52,11 @@ const
MAX_PREV_HEADER_DEPTH* = 256.toBlockNumber
MaxCallDepth* = 1024
## Fork specific constants
# See: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-170.md
# and: https://github.com/ethereum/EIPs/issues/170
EIP170_CODE_SIZE_LIMIT* = 24577