From 275a066b82b4c80f3e1639e12f3824e5fdb0e7a6 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Tue, 14 Dec 2021 15:06:28 +1100 Subject: [PATCH] Remove stale comment --- daemon/src/model/cfd.rs | 2 -- 1 file changed, 2 deletions(-) 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,