mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
zmq: use testnet4 in zmq_sub.py example
This commit is contained in:
parent
1d281daf86
commit
4281e3603a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
ZMQ example using python3's asyncio
|
||||
|
||||
Bitcoin should be started with the command line arguments:
|
||||
bitcoind -testnet -daemon \
|
||||
bitcoind -testnet4 -daemon \
|
||||
-zmqpubrawtx=tcp://127.0.0.1:28332 \
|
||||
-zmqpubrawblock=tcp://127.0.0.1:28332 \
|
||||
-zmqpubhashtx=tcp://127.0.0.1:28332 \
|
||||
|
|
Loading…
Add table
Reference in a new issue