Browse Source

Remove stale comment

remove-long-heartbeat-interval-in-debug-mode
Thomas Eizinger 3 years ago
parent
commit
275a066b82
No known key found for this signature in database GPG Key ID: 651AC83A6C6C8B96
  1. 2
      daemon/src/model/cfd.rs

2
daemon/src/model/cfd.rs

@ -130,8 +130,6 @@ pub struct Order {
pub min_quantity: Usd, pub min_quantity: Usd,
pub max_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 leverage: Leverage,
pub liquidation_price: Price, pub liquidation_price: Price,

Loading…
Cancel
Save