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