diff options
author | aaron-hanson <archaeal@gmail.com> | 2017-11-29 16:58:43 -0600 |
---|---|---|
committer | aaron-hanson <archaeal@gmail.com> | 2017-11-29 17:14:03 -0600 |
commit | 33698c94bec993bd744536e15252fbf562f93f7f (patch) | |
tree | df50fa0bf7f0a6d8541c7f04e53204838480921b /contrib/zmq/zmq_sub.py | |
parent | 9f2c2dba21855b8cb9b193b1819be73fa4a23a99 (diff) |
Trivial: fix comments for ZeroMQ bitcoind args
Diffstat (limited to 'contrib/zmq/zmq_sub.py')
-rwxr-xr-x | contrib/zmq/zmq_sub.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/zmq/zmq_sub.py b/contrib/zmq/zmq_sub.py index 5cc19761d4..5efd3d2187 100755 --- a/contrib/zmq/zmq_sub.py +++ b/contrib/zmq/zmq_sub.py @@ -8,8 +8,8 @@ Bitcoin should be started with the command line arguments: bitcoind -testnet -daemon \ - -zmqpubhashblock=tcp://127.0.0.1:28332 \ -zmqpubrawtx=tcp://127.0.0.1:28332 \ + -zmqpubrawblock=tcp://127.0.0.1:28332 \ -zmqpubhashtx=tcp://127.0.0.1:28332 \ -zmqpubhashblock=tcp://127.0.0.1:28332 |