Skip to content

Commit

Permalink
fix teeracle build
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Oct 13, 2024
1 parent 42a9b5f commit f8a97c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-libs/oracle/src/metrics_exporter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use crate::types::{ExchangeRate, TradingPair};
use itp_enclave_metrics::{EnclaveMetric, ExchangeRateOracleMetric, OracleMetric};
use itp_ocall_api::EnclaveMetricsOCallApi;
use log::error;
use std::{string::String, sync::Arc, time::Instant};
use std::{string::String, sync::Arc, time::Instant, vec, vec::Vec};

/// Trait to export metrics for any Teeracle.
pub trait ExportMetrics<MetricsInfo> {
Expand Down

0 comments on commit f8a97c3

Please sign in to comment.