Constant MAX_INITCODE_SIZE
pub const MAX_INITCODE_SIZE: usize = 0x12000; // 73_728usizeAvailable on crate feature
evm only.Expand description
By default the limit is 0x12000 (73_728 bytes).
pub const MAX_INITCODE_SIZE: usize = 0x12000; // 73_728usizeevm only.By default the limit is 0x12000 (73_728 bytes).