mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-26 19:11:09 +02:00
doc/zmq: fix unix socket path example
Following75a5c8258e/doc/release-notes/release-notes-28.0.md (L105)
Github-Pull: #33070 Rebased-From:e83699a626
This commit is contained in:
@@ -85,7 +85,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
|
||||
|
||||
Each PUB notification has a topic and body, where the header
|
||||
|
Reference in New Issue
Block a user