diff options
author | laanwj <126646+laanwj@users.noreply.github.com> | 2022-05-26 15:28:45 +0200 |
---|---|---|
committer | laanwj <126646+laanwj@users.noreply.github.com> | 2022-05-26 15:28:55 +0200 |
commit | 48eec32347494da781f26478fa488b28336afbd2 (patch) | |
tree | 6683e5fc7e1d7f4c09679f8c4554c59394c3baf1 | |
parent | c324b07a541a04698954ece94e5879ae7131c1c7 (diff) | |
parent | 43ff37f60eac1f867c798c1e3f18cb402f7ee795 (diff) |
Merge bitcoin/bitcoin#25216: Doc: Fix parameter in hwm example block
43ff37f60eac1f867c798c1e3f18cb402f7ee795 Update zmq.md: Fix parameter in hwm example block (mutatrum)
Pull request description:
Looks like a copy/paste error when `zmqpubsequence` was introduced.
ACKs for top commit:
theStack:
ACK 43ff37f60eac1f867c798c1e3f18cb402f7ee795
Tree-SHA512: 4d0abbba4e9fd0adc2824d0804891d677d56216d245ed0d3bffbaf76042c650edf68975d1ec4728328e69421c024fe6f8800c7e0a497934082206ea4f15cc517
-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 b832e71734..4055505d74 100644 --- a/doc/zmq.md +++ b/doc/zmq.md @@ -76,7 +76,7 @@ The option to set the PUB socket's outbound message high water mark -zmqpubhashblockhwm=n -zmqpubrawblockhwm=n -zmqpubrawtxhwm=n - -zmqpubsequencehwm=address + -zmqpubsequencehwm=n The high water mark value must be an integer greater than or equal to 0. |