Constant evm::interpreter::MAX_SUB_STACK_SIZE
source · [−]pub const MAX_SUB_STACK_SIZE: usize = 1023;
Expand description
Maximum subroutine stack size as specified in https://eips.ethereum.org/EIPS/eip-2315.
pub const MAX_SUB_STACK_SIZE: usize = 1023;
Maximum subroutine stack size as specified in https://eips.ethereum.org/EIPS/eip-2315.