Macro revm_interpreter::require_non_staticcall

source ยท
macro_rules! require_non_staticcall {
    ($interp:expr) => { ... };
}
Expand description

Fails the instruction if the current call is static.