We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec548a commit 3b22961Copy full SHA for 3b22961
cardano-api/src/Cardano/Api/Internal/IPC.hs
@@ -63,7 +63,7 @@ module Cardano.Api.Internal.IPC
63
-- * __Network identifier__. When connecting to a testnet, the network identifier
64
-- is also required. It can be obtained by looking for the @networkId@
65
-- obtained by looking up the @networkMagic@ key in the @shelley-genesis.json@
66
- -- file that the node is uses to connect to the network. For the preview
+ -- file that the node uses to connect to the network. For the preview
67
-- network, the current identifier is @2@.
68
-- * __Socket path__. The path to the node's socket file. It can be set using
69
-- the @--socket-path@ parameter when starting the node. By default, it is
0 commit comments