Skip to content

Commit ed07681

Browse files
committed
WIP: simpleSingletonVersion
1 parent 364bf1c commit ed07681

File tree

1 file changed

+1
-1
lines changed
  • cardano-chain-gen/src/Cardano/Mock/ChainSync

1 file changed

+1
-1
lines changed

cardano-chain-gen/src/Cardano/Mock/ChainSync/Server.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ runLocalServer iom codecConfig netMagic localDomainSock chainProdState =
226226
in simpleSingletonVersions
227227
version
228228
(NodeToClientVersionData netMagic False)
229-
(NTC.responder version $ mkApps state version blockVersion (NTC.defaultCodecs codecConfig blockVersion version))
229+
(\_ -> NTC.responder version $ mkApps state version blockVersion (NTC.defaultCodecs codecConfig blockVersion version))
230230

231231
mkApps ::
232232
StrictTVar IO (ChainProducerState blk) ->

0 commit comments

Comments
 (0)