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