Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 402c0ff

Browse files
committed
Merge pull request #3687 from input-output-hk/matt/co-404/example
[CO-404] Remove old wallet types from Example
2 parents c73e4e5 + d9c89ba commit 402c0ff

File tree

1 file changed

+0
-5
lines changed
  • wallet-new/src/Cardano/Wallet/API/V1/Swagger

1 file changed

+0
-5
lines changed

wallet-new/src/Cardano/Wallet/API/V1/Swagger/Example.hs

-5
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import Data.Swagger.Declare (Declare)
99
import Data.Typeable (typeOf)
1010

1111
import Cardano.Wallet.Orphans.Arbitrary ()
12-
import Pos.Wallet.Web.ClientTypes (CUpdateInfo)
13-
import Pos.Wallet.Web.Methods.Misc (WalletStateSnapshot (..))
1412
import Test.QuickCheck (Arbitrary (..), listOf1)
1513
import Test.QuickCheck.Gen (Gen (..), resize)
1614
import Test.QuickCheck.Random (mkQCGen)
@@ -40,9 +38,6 @@ instance Example a => Example (Maybe a) where
4038
instance (Ord k, Example k, Example v) => Example (Map k v) where
4139
example = Map.fromList <$> listOf1 ((,) <$> example <*> example)
4240

43-
instance Example CUpdateInfo
44-
instance Example WalletStateSnapshot
45-
4641

4742
--
4843
-- HELPERS

0 commit comments

Comments
 (0)