diff options
| author | aaron-hanson <[email protected]> | 2017-11-29 16:58:43 -0600 |
|---|---|---|
| committer | aaron-hanson <[email protected]> | 2017-11-29 17:14:03 -0600 |
| commit | 33698c94bec993bd744536e15252fbf562f93f7f (patch) | |
| tree | df50fa0bf7f0a6d8541c7f04e53204838480921b | |
| parent | Merge #11712: [tests] Split NodeConn from NodeConnCB (diff) | |
| download | discoin-33698c94bec993bd744536e15252fbf562f93f7f.tar.xz discoin-33698c94bec993bd744536e15252fbf562f93f7f.zip | |
Trivial: fix comments for ZeroMQ bitcoind args
| -rwxr-xr-x | contrib/zmq/zmq_sub.py | 2 | ||||
| -rwxr-xr-x | contrib/zmq/zmq_sub3.4.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/zmq/zmq_sub.py b/contrib/zmq/zmq_sub.py index 5cc19761d..5efd3d218 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 diff --git a/contrib/zmq/zmq_sub3.4.py b/contrib/zmq/zmq_sub3.4.py index bfb7ea9ea..7032d475e 100755 --- a/contrib/zmq/zmq_sub3.4.py +++ b/contrib/zmq/zmq_sub3.4.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 |