Skip to content

Commit

Permalink
ServerOutput: remove redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Jan 17, 2024
1 parent bbbe559 commit ba43ac4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions hydra-node/src/Hydra/API/ServerOutput.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@

module Hydra.API.ServerOutput where

import Cardano.Binary (serialize')
import Control.Lens ((.~))
import Data.Aeson (Value (..), defaultOptions, encode, genericParseJSON, genericToJSON, omitNothingFields, withObject, (.:))
import Data.Aeson.KeyMap qualified as KeyMap
import Data.Aeson.Lens (atKey, key)
import Data.ByteString.Base16 qualified as Base16
import Data.ByteString.Lazy qualified as LBS
import Hydra.API.ClientInput (ClientInput (..))
import Hydra.Chain (ChainStateType, IsChainState, PostChainTx (..), PostTxError)
Expand Down
2 changes: 1 addition & 1 deletion hydra-node/test/Hydra/Ledger/CardanoSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec =
prop "Same PParams before/after JSON encoding" (expectFailure roundtripPParams)

describe "Tx" $ do
roundtripAndGoldenSpecs (Proxy @Tx)
roundtripAndGoldenSpecs (Proxy @(ReasonablySized Tx))

prop "Same TxId before/after JSON encoding" roundtripTxId

Expand Down

0 comments on commit ba43ac4

Please sign in to comment.