Skip to content

Commit 33698c9

Browse files
committed
Trivial: fix comments for ZeroMQ bitcoind args
1 parent 9f2c2db commit 33698c9

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)