zmq: use testnet4 in zmq_sub.py example

This commit is contained in:
Sjors Provoost 2025-03-26 12:28:27 +01:00
parent 1d281daf86
commit 4281e3603a
No known key found for this signature in database
GPG key ID: 57FF9BDBCC301009

View file

@ -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 \