diff --git a/daemon/src/model/cfd.rs b/daemon/src/model/cfd.rs index 8f3ee8b..4d1c790 100644 --- a/daemon/src/model/cfd.rs +++ b/daemon/src/model/cfd.rs @@ -130,8 +130,6 @@ pub struct Order { pub min_quantity: Usd, pub max_quantity: Usd, - // TODO: [post-MVP] - Once we have multiple leverage we will have to move leverage and - // liquidation_price into the CFD and add a calculation endpoint for the taker buy screen pub leverage: Leverage, pub liquidation_price: Price,