P2P - Add MnAuth hexdump

Minor typo corrections
This commit is contained in:
thephez 2019-04-10 15:22:17 -04:00
parent dabd9af401
commit 2472b037f0
No known key found for this signature in database
GPG key ID: BBC8A06DBE236099

View file

@ -2782,7 +2782,7 @@ The `mnauth` message is sent by a masternode immediately after sending a
sent when the sender is actually a masternode.
The `mnauth` message signs a challenge that was previously sent via a
`version` message. The challenge is signed differently depending on depending on
`version` message. The challenge is signed differently depending on
if the connection is inbound or outbound.
This is primarily used as a DoS protection mechanism to allow persistent
@ -2791,18 +2791,24 @@ are reached.
| Bytes | Name | Data type | Description |
| --- | --- | --- | --- |
| 2 | proRegTxHash | uint256 | Version of the message
| 32 | proRegTxHash | uint256 | Version of the message
| 96 | sig | byte[] | BLS signature, signed with the operator key of the masternode
<!--
The following annotated hexdump shows a `mnauth` message. (The
message header has been omitted.)
{% highlight text %}
63cd3bf06404d78f80163afeb4b13e18
7dc1c1d04997ef04f1a2ecb3166dd004 ........... ProRegTx Hash
12f2706bc75e9cb14a9ebf1d93d177d5
f266ad2eddc49ad463810cb976a3e4bb
abffc96819c5030fd5a7601af9c8ee50
0feb066b38a48af1a31b7242bd814bab
91e2a887f963904f33af851ddc9167d5
66d6d3bd6c07e99091edd8867d0dd56e ........... Masternode BLS Signature (96 bytes)
{% endhighlight %}
-->
{% endautocrossref %}