Browse Source

Remove stale comment

remove-long-heartbeat-interval-in-debug-mode
Thomas Eizinger 3 years ago
parent
commit
76745f51ae
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

@ -618,8 +618,6 @@ pub struct Cfd {
pub state: CfdState,
pub counterparty: Identity,
/* TODO: Leverage is currently derived from the Order, but the actual leverage should be
* stored in the Cfd once there is multiple choices of leverage */
}
impl Cfd {

Loading…
Cancel
Save