Browse Source
Remove stale comment
remove-long-heartbeat-interval-in-debug-mode
Thomas Eizinger
3 years ago
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96
1 changed files with
0 additions and
2 deletions
-
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 { |
|
|
|