Skip to content

Commit 48eec32

Browse files
committed
Merge bitcoin/bitcoin#25216: Doc: Fix parameter in hwm example block
43ff37f 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 43ff37f Tree-SHA512: 4d0abbba4e9fd0adc2824d0804891d677d56216d245ed0d3bffbaf76042c650edf68975d1ec4728328e69421c024fe6f8800c7e0a497934082206ea4f15cc517
2 parents c324b07 + 43ff37f commit 48eec32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/zmq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The option to set the PUB socket's outbound message high water mark
7676
-zmqpubhashblockhwm=n
7777
-zmqpubrawblockhwm=n
7878
-zmqpubrawtxhwm=n
79-
-zmqpubsequencehwm=address
79+
-zmqpubsequencehwm=n
8080

8181
The high water mark value must be an integer greater than or equal to 0.
8282

0 commit comments

Comments
 (0)