mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-27 00:12:31 +00:00
Add deprecated comments to legacy InvVect_* consts.
This makes it a little more obvious in the documentation that they are deprecated.
This commit is contained in:
parent
93d86305a2
commit
5c8fddf4b4
@ -8,7 +8,7 @@ package btcwire
|
||||
// guidelines and are only provided for backwards compatibility. Use the
|
||||
// InvType* constants instead.
|
||||
const (
|
||||
InvVect_Error InvType = InvTypeError
|
||||
InvVect_Tx InvType = InvTypeTx
|
||||
InvVect_Block InvType = InvTypeBlock
|
||||
InvVect_Error InvType = InvTypeError // DEPRECATED
|
||||
InvVect_Tx InvType = InvTypeTx // DEPRECATED
|
||||
InvVect_Block InvType = InvTypeBlock // DEPRECATED
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user