From 4281e3603a2eadefc8535b863128a05cf3a5a75f Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Wed, 26 Mar 2025 12:28:27 +0100 Subject: [PATCH] zmq: use testnet4 in zmq_sub.py example --- contrib/zmq/zmq_sub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/zmq/zmq_sub.py b/contrib/zmq/zmq_sub.py index d8087a4db38..b2290a6c5b6 100755 --- a/contrib/zmq/zmq_sub.py +++ b/contrib/zmq/zmq_sub.py @@ -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 \