mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
P2P - Add details to SendDsq
This commit is contained in:
parent
368e74e4a7
commit
d916f4ee78
1 changed files with 4 additions and 2 deletions
|
@ -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`<br>1 - Notify peer to send all `dsq` messages
|
||||
|
||||
<!--
|
||||
The following annotated hexdump shows a `senddsq` message. (The
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue