mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
[Content] - P2P - Deprecate count in MnGet (#41)
This commit is contained in:
parent
f1aa6f2312
commit
6fb8a24b63
1 changed files with 8 additions and 4 deletions
|
@ -2307,19 +2307,23 @@ Masternode Ping Message
|
||||||
{% autocrossref %}
|
{% autocrossref %}
|
||||||
|
|
||||||
The `mnget` message requests masternode payment sync. The response to an
|
The `mnget` message requests masternode payment sync. The response to an
|
||||||
`mnget` message is `mnw` message inventories (up to the number asked for in the
|
`mnget` message is `mnw` message inventories. Masternodes ignore this request if
|
||||||
request). Masternodes ignore this request if they are not fully synced.
|
they are not fully synced.
|
||||||
|
|
||||||
|
In protocol versions <=70208, the `mnget` message has a payload consisting of an
|
||||||
|
integer value requesting a specific number of payment votes. In protocol versions
|
||||||
|
>70208, the `mnget` message has no payload.
|
||||||
|
|
||||||
| Bytes | Name | Data type | Required | Description |
|
| Bytes | Name | Data type | Required | Description |
|
||||||
| ---------- | ----------- | --------- | -------- | -------- |
|
| ---------- | ----------- | --------- | -------- | -------- |
|
||||||
| 4 | nMnCount | int | Required | Number of masternode payment votes to request
|
| 4 | nMnCount | int | Deprecated | Number of masternode payment votes to request<br><br>Deprecated in Dash Core 0.12.3
|
||||||
|
|
||||||
{% highlight text %}
|
{% highlight text %}
|
||||||
Note: Dash Core limits how frequently a masternode payment sync can be
|
Note: Dash Core limits how frequently a masternode payment sync can be
|
||||||
requested. Frequent requests will result in the node being banned.
|
requested. Frequent requests will result in the node being banned.
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
The following annotated hexdump shows a `mnget` message. (The
|
The following annotated hexdump shows a pre-0.12.3 `mnget` message. (The
|
||||||
message header has been omitted.)
|
message header has been omitted.)
|
||||||
|
|
||||||
{% highlight text %}
|
{% highlight text %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue