From d916f4ee78aa104b97934854c5f312276206056d Mon Sep 17 00:00:00 2001 From: thephez Date: Fri, 22 Mar 2019 11:11:53 -0400 Subject: [PATCH] P2P - Add details to SendDsq --- _includes/devdoc/ref_p2p_networking.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_includes/devdoc/ref_p2p_networking.md b/_includes/devdoc/ref_p2p_networking.md index 7509aac6..3d3594ff 100644 --- a/_includes/devdoc/ref_p2p_networking.md +++ b/_includes/devdoc/ref_p2p_networking.md @@ -1743,11 +1743,13 @@ header has been omitted.) *Added in protocol version 70214 of Dash Core* -The `senddsq` message is used to... +The `senddsq` message is used to notify a peer whether or not to send `dsq` messages. +This allows clients that are not interested in PrivateSend mixing (e.g. mobile +wallet) to minimize data usage. | Bytes | Name | Data type | Description | | --- | --- | --- | --- | -| 1 | | bool | +| 1 | fSendDSQueue | bool | 0 - Notify peer to not send any `dsq messages`
1 - Notify peer to send all `dsq` messages