Skip to content

Commit 5dc70bb

Browse files
committed
imp: use tracer.socket to match node.socket name pattern
1 parent c8213a2 commit 5dc70bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cardano-lib/generic-tracer-config.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133

134134
# If the network tag is AcceptAt, contents expects a string declaring the
135135
# socket path that cardano-tracer will create and listen on.
136-
contents = "/tmp/cardano-tracer.socket";
136+
contents = "/tmp/tracer.socket";
137137

138138
# On the other hand, if network tag is ConnectTo, contents expects a list
139139
# of strings declaring the socket paths created by provider(s) which

0 commit comments

Comments
 (0)