mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
doc: comment out and add annotation to unused MSG_FILTERED_WITNESS_BLOCK
This commit is contained in:
parent
30dd562fd2
commit
4792cad88c
1 changed files with 3 additions and 1 deletions
|
|
@ -397,7 +397,9 @@ enum GetDataMsg : uint32_t {
|
|||
MSG_CMPCT_BLOCK = 4, //!< Defined in BIP152
|
||||
MSG_WITNESS_BLOCK = MSG_BLOCK | MSG_WITNESS_FLAG, //!< Defined in BIP144
|
||||
MSG_WITNESS_TX = MSG_TX | MSG_WITNESS_FLAG, //!< Defined in BIP144
|
||||
MSG_FILTERED_WITNESS_BLOCK = MSG_FILTERED_BLOCK | MSG_WITNESS_FLAG,
|
||||
// MSG_FILTERED_WITNESS_BLOCK is defined in BIP144 as reserved for future
|
||||
// use and remains unused.
|
||||
// MSG_FILTERED_WITNESS_BLOCK = MSG_FILTERED_BLOCK | MSG_WITNESS_FLAG,
|
||||
};
|
||||
|
||||
/** inv message data */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue