From 113fe0d1764fa57460b8b3219a3ec5b2c4eb30be Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 1 Sep 2020 11:59:15 +0200 Subject: [PATCH] Update lib/core/src/Cardano/Wallet.hs Co-authored-by: Jonathan Knowles --- lib/core/src/Cardano/Wallet.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/core/src/Cardano/Wallet.hs b/lib/core/src/Cardano/Wallet.hs index cd76f7cce90..174e69c3d51 100644 --- a/lib/core/src/Cardano/Wallet.hs +++ b/lib/core/src/Cardano/Wallet.hs @@ -2324,8 +2324,6 @@ data ErrListPools = ErrListPoolsNetworkError ErrNetworkUnavailable | ErrListPoolsPastHorizonException PastHorizonException deriving (Show) - - {------------------------------------------------------------------------------- Utils -------------------------------------------------------------------------------}