mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
P2P - Add warning icon for deprecated messages
This commit is contained in:
parent
67a48d0e16
commit
a5ec6cdf46
1 changed files with 7 additions and 1 deletions
|
@ -3702,8 +3702,10 @@ The following network messages have been deprecated and should no longer be used
|
|||
|
||||
{% autocrossref %}
|
||||
|
||||
 Deprecated since 0.14.1
|
||||
|
||||
*Added in protocol version 311.*
|
||||
*Removed by Bitcoin in protocol version 70013, but retained by Dash.*
|
||||
*Removed by Bitcoin in protocol version 70013, but retained by Dash until 0.14.1.*
|
||||
|
||||
The `alert` message warns nodes of problems that may affect them or the
|
||||
rest of the network. Each `alert` message is signed using a key controlled
|
||||
|
@ -3856,6 +3858,8 @@ Masternode Unspent Outpoint
|
|||
|
||||
{% autocrossref %}
|
||||
|
||||
 Deprecated since 0.14.1
|
||||
|
||||
The `ix` message (transaction lock request) has the same structure as the `tx` message.
|
||||
The masternode network responds with `txlvote` messages if the transaction inputs
|
||||
can be locked.
|
||||
|
@ -3868,6 +3872,8 @@ can be locked.
|
|||
|
||||
{% autocrossref %}
|
||||
|
||||
 Deprecated since 0.14.1
|
||||
|
||||
The `txlvote` message ([transaction lock vote][msg_txlock_vote])
|
||||
is sent by masternodes to indicate approval of a transaction lock request
|
||||
`ix` message.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue