Constant MAX_CODE_SIZE
pub const MAX_CODE_SIZE: usize = 0xC000; // 49_152usizeAvailable on crate feature
evm only.Expand description
By default the limit is 0xC000 (49_152 bytes).
pub const MAX_CODE_SIZE: usize = 0xC000; // 49_152usizeevm only.By default the limit is 0xC000 (49_152 bytes).