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

Commit

Permalink
Merge pull request #3687 from input-output-hk/matt/co-404/example
Browse files Browse the repository at this point in the history
[CO-404] Remove old wallet types from Example
  • Loading branch information
KtorZ committed Oct 1, 2018
2 parents c73e4e5 + d9c89ba commit 402c0ff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions wallet-new/src/Cardano/Wallet/API/V1/Swagger/Example.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import Data.Swagger.Declare (Declare)
import Data.Typeable (typeOf)

import Cardano.Wallet.Orphans.Arbitrary ()
import Pos.Wallet.Web.ClientTypes (CUpdateInfo)
import Pos.Wallet.Web.Methods.Misc (WalletStateSnapshot (..))
import Test.QuickCheck (Arbitrary (..), listOf1)
import Test.QuickCheck.Gen (Gen (..), resize)
import Test.QuickCheck.Random (mkQCGen)
Expand Down Expand Up @@ -40,9 +38,6 @@ instance Example a => Example (Maybe a) where
instance (Ord k, Example k, Example v) => Example (Map k v) where
example = Map.fromList <$> listOf1 ((,) <$> example <*> example)

instance Example CUpdateInfo
instance Example WalletStateSnapshot


--
-- HELPERS
Expand Down

0 comments on commit 402c0ff

Please sign in to comment.