Skip to content

Commit

Permalink
Remove unused instance HasParty (HydraNode tx m) instance
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Dec 20, 2024
1 parent 43a23fe commit 0eb4876
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hydra-node/src/Hydra/Node.hs
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,6 @@ data HydraNode tx m = HydraNode
, server :: Server tx m
}

instance HasParty (HydraNode tx m) where
getParty HydraNode{env} = getParty env

runHydraNode ::
( MonadCatch m
, MonadAsync m
Expand Down

0 comments on commit 0eb4876

Please sign in to comment.