diff options
| author | Johnathan Corgan <[email protected]> | 2015-10-12 13:39:47 -0700 |
|---|---|---|
| committer | Johnathan Corgan <[email protected]> | 2015-10-12 13:40:13 -0700 |
| commit | 7d325b9de7d6bb2a38ece738436e615588696010 (patch) | |
| tree | 20d47ae189eb4e1e4f56d16f0fcbb2f06e1a4238 | |
| parent | Merge pull request #6793 (diff) | |
| download | discoin-7d325b9de7d6bb2a38ece738436e615588696010.tar.xz discoin-7d325b9de7d6bb2a38ece738436e615588696010.zip | |
zmq: point API link to 4.0 as that is what we are conforming to [Trivial]
Signed-off-by: Johnathan Corgan <[email protected]>
| -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 |