Skip to content

Commit 6816484

Browse files
committed
Merge #11792: Trivial: fix comments for ZeroMQ bitcoind args
33698c9 Trivial: fix comments for ZeroMQ bitcoind args (aaron-hanson) Pull request description: The ZeroMQ command-line args suggested here had the "-zmqpubhashblock" arg duplicated and the "-zmqpubrawblock" arg missing. Tree-SHA512: ef3a90f6d82367104aa751778074f6f56d2aaa9cbbf980731f60ee77393db256551423f5414c5b41f09707d08828afc663d06661152ef504a690ceb13c80bc0d
2 parents 38d31f9 + 33698c9 commit 6816484

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/zmq/zmq_sub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
99
Bitcoin should be started with the command line arguments:
1010
bitcoind -testnet -daemon \
11-
-zmqpubhashblock=tcp://127.0.0.1:28332 \
1211
-zmqpubrawtx=tcp://127.0.0.1:28332 \
12+
-zmqpubrawblock=tcp://127.0.0.1:28332 \
1313
-zmqpubhashtx=tcp://127.0.0.1:28332 \
1414
-zmqpubhashblock=tcp://127.0.0.1:28332
1515

contrib/zmq/zmq_sub3.4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
99
Bitcoin should be started with the command line arguments:
1010
bitcoind -testnet -daemon \
11-
-zmqpubhashblock=tcp://127.0.0.1:28332 \
1211
-zmqpubrawtx=tcp://127.0.0.1:28332 \
12+
-zmqpubrawblock=tcp://127.0.0.1:28332 \
1313
-zmqpubhashtx=tcp://127.0.0.1:28332 \
1414
-zmqpubhashblock=tcp://127.0.0.1:28332
1515

0 commit comments

Comments
 (0)