Skip to content

Commit

Permalink
Seems we don't need vDict anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking authored and rvl committed Nov 27, 2020
1 parent 591b351 commit 1b41d65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/shelley/src/Cardano/Wallet/Shelley/Network.hs
Expand Up @@ -972,8 +972,7 @@ connectClient
-> FilePath
-> IO ()
connectClient tr handlers client (vData, vCodec) addr = withIOManager $ \iocp -> do
let vDict = Version vCodec (\_ _ -> ())
let versions = simpleSingletonVersions nodeToClientVersion vData vDict client
let versions = simpleSingletonVersions nodeToClientVersion vData client
let tracers = NetworkConnectTracers
{ nctMuxTracer = nullTracer
, nctHandshakeTracer = contramap MsgHandshakeTracer tr
Expand Down

0 comments on commit 1b41d65

Please sign in to comment.