Macro check
macro_rules! check {
($interpreter:expr, $min:ident) => { ... };
}Available on crate feature
evm only.Expand description
Check if the SPEC is enabled, and fail the instruction if it is not.
macro_rules! check {
($interpreter:expr, $min:ident) => { ... };
}evm only.Check if the SPEC is enabled, and fail the instruction if it is not.