diff --git a/_includes/devdoc/ref_p2p_networking.md b/_includes/devdoc/ref_p2p_networking.md index 9dbb35b1..b4afe2ac 100644 --- a/_includes/devdoc/ref_p2p_networking.md +++ b/_includes/devdoc/ref_p2p_networking.md @@ -3082,6 +3082,10 @@ An `SKContribution` consists of: More information can be found in the [Justification phase section of DIP6](https://github.com/dashpay/dips/blob/master/dip-0006.md#4-justification-phase). + The following annotated hexdump shows a `qjustify` message. (The message header has been omitted.) @@ -3089,30 +3093,34 @@ message header has been omitted.) {% highlight text %} 01 ......................................... LLMQ Type: 1 (LLMQ_50_60) -bc10b9ced438052d3726085c13aa9c6e -4f0950675f9ab1948276220100000000 ........... Quorum Hash +b34b2bcb3430f403663e37be9c63c88e +4ca1f12c41846064cf960a0800000000 ........... Quorum Hash -cbd9581d54af43a06d3f6900b5226945 -4303c1b378bbb45caea44228af0c67a6 ........... ProRegTx hash +e7d909afba6848f3fdf98b2da31db07e +3fbee621d58c469dce96d6283bcd4b25 ........... ProRegTx hash -------------------------------------------------------------- -NOTE: The following fields are placeholders for actual values -------------------------------------------------------------- - -01 ......................................... Contribution count: 1 +05 ......................................... Contribution count: 5 Contribution #1 -| 01000000 ................................. Member Index: 1 +| 16000000 ................................. Member Index: 22 | -| 00000000000000000000000000000000 -| 00000000000000000000000000000000 ......... Unencrypted secret key contribution +| 57b63ec5ae0a101f0d93bb60af70bf22 +| c21bd3a7705e1aecb9559d6b151d953f ......... Unencrypted secret key contribution -00000000000000000000000000000000 -00000000000000000000000000000000 -00000000000000000000000000000000 -00000000000000000000000000000000 -00000000000000000000000000000000 -00000000000000000000000000000000 ........... BLS signature (Operator Key) +Contribution #2 +| 17000000 ................................. Member Index: 22 +| +| 0ee1f0f0f2570589e81d2a4f8165b105 +| 28436a1a75cf3469fa81090f2d856150 ......... Unencrypted secret key contribution + +[...] ...................................... 3 more contributions omitted + +8d63d10e242ac97c6324e9a40d6e690e +4bb7fe0750b7d204f7e988a324720189 +68408d2d0621bbaba8380ad4aaf342ea +138ce9a59ed9ca82995c155609488dcc +5ac35f483b695a0624e5ab0745f7f9e2 +051edf1b3b1f0e1b1d55d185d25e0ed7 ........... BLS signature (Operator Key) {% endhighlight %} {% endautocrossref %}