Skip to content

Commit

Permalink
Remove unused function isReqSn
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Dec 8, 2024
1 parent 3e2db61 commit 664c0ae
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions hydra-node/test/Hydra/NodeSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -360,11 +360,6 @@ createPersistenceInMemory = do
, loadAll = readTVarIO tvar
}

isReqSn :: Message tx -> Bool
isReqSn = \case
ReqSn{} -> True
_ -> False

inputsToOpenHead :: [Input SimpleTx]
inputsToOpenHead =
[ observationInput $ OnInitTx testHeadId testHeadSeed headParameters participants
Expand Down

0 comments on commit 664c0ae

Please sign in to comment.