P2P - Add missing qcontrib info

This commit is contained in:
thephez 2019-03-26 13:33:00 -04:00
parent eac8e7b639
commit 8c4f612e84
No known key found for this signature in database
GPG key ID: BBC8A06DBE236099
3 changed files with 5 additions and 1 deletions

View file

@ -186,6 +186,8 @@ public key infrastructure: pki
'`qbsigs` messages': qbsigs message
'`qcomplaint` message': qcomplaint message
'`qcomplaint` messages': qcomplaint message
'`qcontrib` message': qcontrib message
'`qcontrib` messages': qcontrib message
'`qdebugstatus` message': qdebugstatus message
'`qdebugstatus` messages': qdebugstatus message
'`qfcommit` message': qfcommit message

View file

@ -250,7 +250,7 @@ devsearches:
- 'GetRawTransaction': "/en/developer-reference#getrawtransaction"
- 'GetReceivedByAccount': "/en/developer-reference#getreceivedbyaccount"
- 'GetReceivedByAddress': "/en/developer-reference#getreceivedbyaddress"
- 'GetSpecialTxes': "/en/developer-reference#getspecialtxes"
- 'GetSpecialTxes': "/en/developer-reference#getspecialtxes"
- 'GetSpentInfo': "/en/developer-reference#getspentinfo"
- 'GetSuperblockBudget': "/en/developer-reference#getsuperblockbudget"
- 'GetTransaction': "/en/developer-reference#gettransaction"
@ -576,6 +576,7 @@ devsearches:
# Dash - quorums
- "qbsigs": "/en/developer-reference#qbsigs"
- "qcomplaint": "/en/developer-reference#qcomplaint"
- "qcontrib": "/en/developer-reference#qcontrib"
- "qdebugstatus": "/en/developer-reference#qdebugstatus"
- "qfcommit": "/en/developer-reference#qfcommit"
- "qgetsigs": "/en/developer-reference#qgetsigs"

View file

@ -267,6 +267,7 @@ http://opensource.org/licenses/MIT.
[pong message]: /en/developer-reference#pong "A P2P network message used to reply to a P2P network ping message"
[qbsigs message]: /en/developer-reference#qbsigs "A P2P network message used to ..."
[qcomplaint message]: /en/developer-reference#qcomplaint "A P2P network message used to ..."
[qcontrib message]: /en/developer-reference#qcontrib "A P2P network message used to ..."
[qdebugstatus message]: /en/developer-reference#qdebugstatus "A P2P network message used to ..."
[qfcommit message]: /en/developer-reference#qfcommit "A P2P network message used to finalize the members of a long-living masternode quorum (LLMQ)"
[qgetsigs message]: /en/developer-reference#qgetsigs "A P2P network message used to ..."