doc/zmq: fix unix socket path example

Following 75a5c8258e/doc/release-notes/release-notes-28.0.md (L105)
This commit is contained in:
Roman Zeyde
2025-07-26 13:52:59 +03:00
parent 33480573cb
commit e83699a626

View File

@@ -84,7 +84,7 @@ For instance:
$ bitcoind -zmqpubhashtx=tcp://127.0.0.1:28332 \
-zmqpubhashtx=tcp://192.168.1.2:28332 \
-zmqpubhashblock="tcp://[::1]:28333" \
-zmqpubrawtx=ipc:///tmp/bitcoind.tx.raw \
-zmqpubrawtx=unix:/tmp/bitcoind.tx.raw \
-zmqpubhashtxhwm=10000
`bitcoin node` or `bitcoin gui` can also be substituted for `bitcoind`.