From fc565500445086941c054712190b5a3d7079309c Mon Sep 17 00:00:00 2001 From: Philipp Hoenisch Date: Fri, 8 Oct 2021 14:14:53 +1100 Subject: [PATCH] Remove dead todo --- daemon/src/model/cfd.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/daemon/src/model/cfd.rs b/daemon/src/model/cfd.rs index 49d4984..fc2d0e1 100644 --- a/daemon/src/model/cfd.rs +++ b/daemon/src/model/cfd.rs @@ -154,8 +154,7 @@ fn calculate_liquidation_price( #[derive(Debug, Clone, Serialize, Deserialize)] pub enum Error { - // TODO - ConnectionLost, + Connect, } #[derive(Debug, Clone, Serialize, Deserialize)]