Skip to content

Commit

Permalink
Remove unused Arbitrary ChainObservation instance
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Dec 20, 2024
1 parent cb19d87 commit 5f25aa5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hydra-chain-observer/src/Hydra/ChainObserver/NodeClient.hs
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ data ChainObservation
}
deriving stock (Eq, Show, Generic)

instance Arbitrary ChainObservation where
arbitrary = genericArbitrary

defaultObserverHandler :: Applicative m => ObserverHandler m
defaultObserverHandler = const $ pure ()

Expand Down

0 comments on commit 5f25aa5

Please sign in to comment.