Skip to content

Commit

Permalink
Fix P2P OrdermatchRequest backward compatibility. (#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemii235 committed Jul 28, 2022
1 parent 41f5944 commit cfb031a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mm2src/mm2_main/src/lp_ordermatch.rs
Expand Up @@ -507,14 +507,14 @@ pub enum OrdermatchRequest {
action: BestOrdersAction,
volume: BigRational,
},
OrderbookDepth {
pairs: Vec<(String, String)>,
},
BestOrdersByNumber {
coin: String,
action: BestOrdersAction,
number: usize,
},
OrderbookDepth {
pairs: Vec<(String, String)>,
},
}

#[derive(Debug)]
Expand Down

0 comments on commit cfb031a

Please sign in to comment.