Skip to content

Commit

Permalink
Possible fix for NodeToClient DictVersion constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Oct 15, 2020
1 parent d6c25d4 commit b151a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shelley/src/Cardano/Wallet/Shelley/Network.hs
Expand Up @@ -961,7 +961,7 @@ connectClient
-> FilePath
-> IO ()
connectClient tr handlers client (vData, vCodec) addr = withIOManager $ \iocp -> do
let vDict = DictVersion vCodec
let vDict = DictVersion vCodec (\_ _ -> ())
let versions = simpleSingletonVersions nodeToClientVersion vData vDict client
let tracers = NetworkConnectTracers
{ nctMuxTracer = nullTracer
Expand Down

0 comments on commit b151a66

Please sign in to comment.