Skip to content

Commit 4281e36

Browse files
committed
zmq: use testnet4 in zmq_sub.py example
1 parent 1d281da commit 4281e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/zmq/zmq_sub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
ZMQ example using python3's asyncio
88
99
Bitcoin should be started with the command line arguments:
10-
bitcoind -testnet -daemon \
10+
bitcoind -testnet4 -daemon \
1111
-zmqpubrawtx=tcp://127.0.0.1:28332 \
1212
-zmqpubrawblock=tcp://127.0.0.1:28332 \
1313
-zmqpubhashtx=tcp://127.0.0.1:28332 \

0 commit comments

Comments
 (0)