Skip to content

Commit

Permalink
fixup remove certifying
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Oct 12, 2021
1 parent 7c69ac5 commit 2c6f1a2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/core/test/unit/Cardano/Wallet/Api/TypesSpec.hs
Expand Up @@ -114,7 +114,6 @@ import Cardano.Wallet.Api.Types
, ApiPostRandomAddressData
, ApiPutAddressesData (..)
, ApiRedeemer (..)
, ApiRedeemerCertificate (..)
, ApiScriptTemplateEntry (..)
, ApiSelectCoinsAction (..)
, ApiSelectCoinsData (..)
Expand Down Expand Up @@ -2089,16 +2088,8 @@ instance Arbitrary (ApiRedeemer n) where
[ ApiRedeemerSpending <$> arbitrary <*> arbitrary
, ApiRedeemerMinting <$> arbitrary <*> arbitrary
, ApiRedeemerRewarding <$> arbitrary <*> arbitrary
, ApiRedeemerCertifying <$> arbitrary <*> arbitrary
]

instance Arbitrary ApiRedeemerCertificate where
arbitrary = ApiRedeemerCertificate
<$> arbitrary
<*> arbitrary
<*> arbitrary
<*> arbitrary

instance Arbitrary (VerificationKey PaymentKey) where
arbitrary = do
bytes <- BS.pack <$> vector 32
Expand Down

0 comments on commit 2c6f1a2

Please sign in to comment.