fn map_op_error(
e: EVMError<DatabaseError, OpTransactionError>,
) -> EVMError<DatabaseError>Expand description
Maps an OP [EVMError] to the common EVMError<DatabaseError> used by NestedEvm.
fn map_op_error(
e: EVMError<DatabaseError, OpTransactionError>,
) -> EVMError<DatabaseError>Maps an OP [EVMError] to the common EVMError<DatabaseError> used by NestedEvm.