Relay CMerkleBlocks when asked for MSG_FILTERED_BLOCK

This commit is contained in:
Matt Corallo
2012-08-18 23:45:19 -04:00
parent 2878c67cb5
commit b02ddbedcb
3 changed files with 28 additions and 2 deletions

View File

@@ -138,6 +138,9 @@ enum
{
MSG_TX = 1,
MSG_BLOCK,
// Nodes may always request a MSG_FILTERED_BLOCK in a getdata, however,
// MSG_FILTERED_BLOCK should not appear in any invs except as a part of getdata.
MSG_FILTERED_BLOCK,
};
#endif // __INCLUDED_PROTOCOL_H__