Browse Source
Remove unnecessary `Serialize` and `Deserialize` derives
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
1 additions and
1 deletions
-
daemon/src/model/cfd.rs
|
|
@ -593,7 +593,7 @@ pub enum SettlementKind { |
|
|
|
pub type UpdateCfdProposals = HashMap<OrderId, UpdateCfdProposal>; |
|
|
|
|
|
|
|
/// Represents a cfd (including state)
|
|
|
|
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq)] |
|
|
|
#[derive(Debug, Clone, PartialEq)] |
|
|
|
pub struct Cfd { |
|
|
|
pub id: OrderId, |
|
|
|
|
|
|
|