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 2, 2018
2 parents 82d9957 + aabffc3 commit bb0754c
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 bb0754c

Please sign in to comment.