diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-10-13 12:31:45 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-10-13 12:31:50 +0200 |
| commit | a1d623da3ea4c73605d27703bc966ed8109d231e (patch) | |
| tree | 116be99543ebe8e9b1db44ebea2c021e05aa022e | |
| parent | Merge pull request #6777 (diff) | |
| parent | zmq: point API link to 4.0 as that is what we are conforming to [Trivial] (diff) | |
| download | discoin-a1d623da3ea4c73605d27703bc966ed8109d231e.tar.xz discoin-a1d623da3ea4c73605d27703bc966ed8109d231e.zip | |
Merge pull request #6810
7d325b9 zmq: point API link to 4.0 as that is what we are conforming to [Trivial] (Johnathan Corgan)
| -rw-r--r-- | doc/zmq.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/zmq.md b/doc/zmq.md index 484b005cf..53e557e3d 100644 --- a/doc/zmq.md +++ b/doc/zmq.md @@ -78,7 +78,7 @@ bytes). These options can also be provided in bitcoin.conf. ZeroMQ endpoint specifiers for TCP (and others) are documented in the -[ZeroMQ API](http://api.zeromq.org). +[ZeroMQ API](http://api.zeromq.org/4-0:_start). Client side, then, the ZeroMQ subscriber socket must have the ZMQ_SUBSCRIBE option set to one or either of these prefixes (for |