Skip to content

Commit

Permalink
Fix after mm2.1 merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
artemii235 committed Oct 18, 2021
1 parent b47f107 commit 09c54f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mm2src/rpc/dispatcher/dispatcher_v2.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
use super::lp_protocol::{MmRpcBuilder, MmRpcRequest};
use super::{DispatcherError, DispatcherResult, PUBLIC_METHODS};
use crate::mm2::lp_ordermatch::{start_simple_market_maker_bot, stop_simple_market_maker_bot};
use crate::{mm2::lp_stats::{add_node_to_version_stat, remove_node_from_version_stat, start_version_stat_collection,
stop_version_stat_collection, update_version_stat_collection},
use crate::{mm2::lp_stats::{add_node_to_version_stat, remove_node_from_version_stat, start_version_stat_collection},
mm2::lp_swap::trade_preimage_rpc,
mm2::rpc::get_public_key::get_public_key};
use crate::mm2::lp_ordermatch::{start_simple_market_maker_bot, stop_simple_market_maker_bot};
use coins::withdraw;
use common::log::{error, warn};
use common::mm_ctx::MmArc;
Expand Down

0 comments on commit 09c54f8

Please sign in to comment.