Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sunce86 committed Jan 22, 2024
1 parent e41e1bd commit c1a9470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/orderbook/src/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use {
metrics::{serve_metrics, DEFAULT_METRICS_PORT},
network::network_name,
order_quoting::{self, OrderQuoter, QuoteHandler},
order_validation::{OrderValidPeriodConfiguration, OrderValidator, SignatureConfiguration},
order_validation::{OrderValidPeriodConfiguration, OrderValidator},
price_estimation::{
factory::{self, PriceEstimatorFactory, PriceEstimatorSource},
native::NativePriceEstimating,
Expand Down

0 comments on commit c1a9470

Please sign in to comment.