Macro reth_revm::interpreter::check

macro_rules! check {
    ($interp:expr, $min:ident) => { ... };
}
Expand description

Check if the SPEC is enabled, and fail the instruction if it is not.