Skip to content

Commit

Permalink
Added a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Soupstraw committed Dec 2, 2022
1 parent 1b0a8cd commit 75c7cbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cardano-tracer/src/Cardano/Tracer/Acceptors/Client.hs
Expand Up @@ -89,7 +89,9 @@ doConnectToForwarder
doConnectToForwarder snocket address netMagic timeLimits app =
connectToNode
snocket
mempty -- LocalSocket does not require to be configured
-- local sockets (e.g. unix sockets or named pipes on Windows), do
-- not need any configuration; we only need to configure node-to-node sockets.
mempty
(codecHandshake forwardingVersionCodec)
timeLimits
(cborTermVersionDataCodec forwardingCodecCBORTerm)
Expand Down

0 comments on commit 75c7cbb

Please sign in to comment.