Skip to content

Commit c830919

Browse files
committed
Merge bitcoin/bitcoin#33070: doc/zmq: fix unix socket path example
e83699a doc/zmq: fix unix socket path example (Roman Zeyde) Pull request description: Following https://github.com/bitcoin/bitcoin/blob/75a5c8258ec5309fe506438aa3815608430b53d6/doc/release-notes/release-notes-28.0.md?plain=1#L105 ACKs for top commit: pinheadmz: tested ACK e83699a cedwies: ACK e83699a Tree-SHA512: a697d96762083f7a7c44c0ed366b68065a2538208cf7d2b9bcfc567bffeaa530ea5c16dc38bfd4bc38b926a5044d2fa880ffce6309366f3a11d181e59e122627
2 parents 75a5c82 + e83699a commit c830919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/zmq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ For instance:
8484
$ bitcoind -zmqpubhashtx=tcp://127.0.0.1:28332 \
8585
-zmqpubhashtx=tcp://192.168.1.2:28332 \
8686
-zmqpubhashblock="tcp://[::1]:28333" \
87-
-zmqpubrawtx=ipc:///tmp/bitcoind.tx.raw \
87+
-zmqpubrawtx=unix:/tmp/bitcoind.tx.raw \
8888
-zmqpubhashtxhwm=10000
8989

9090
`bitcoin node` or `bitcoin gui` can also be substituted for `bitcoind`.

0 commit comments

Comments
 (0)