From f125dbd2ab2c1e4283120e50cfe832abf7ea9134 Mon Sep 17 00:00:00 2001 From: thephez Date: Mon, 25 Mar 2019 16:11:42 -0400 Subject: [PATCH] P2P - Add qwatch details --- _includes/devdoc/ref_p2p_networking.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/_includes/devdoc/ref_p2p_networking.md b/_includes/devdoc/ref_p2p_networking.md index 5d366a81..d2a86ffe 100644 --- a/_includes/devdoc/ref_p2p_networking.md +++ b/_includes/devdoc/ref_p2p_networking.md @@ -3221,21 +3221,13 @@ message header has been omitted.) *Added in protocol version 70214 of Dash Core* -The `qwatch` message is used to... +The `qwatch` message tells the receiving peer to relay LLMQ messages +(`qcontrib` messages, `qcomplaint` messages, `qjustify` messages, and +`qpcommit` messages). -| Bytes | Name | Data type | Description | -| --- | --- | --- | --- | -| 2 | version | uint16_t | Version of the message +There is no payload in a `qwatch` message. See the [message header +section][section message header] for an example of a message without a payload. - {% endautocrossref %}