aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.h
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2013-01-17 10:04:08 -0800
committerGavin Andresen <[email protected]>2013-01-17 10:04:08 -0800
commit91f70a75daa7ffb89bbec23ca54e5f2c3fa1a83e (patch)
treed710cfa159d9077e6272b83491a126fb56ff3958 /src/protocol.h
parentMerge pull request #2181 from Diapolo/translations (diff)
parentFilter mempool command (diff)
downloaddiscoin-91f70a75daa7ffb89bbec23ca54e5f2c3fa1a83e.tar.xz
discoin-91f70a75daa7ffb89bbec23ca54e5f2c3fa1a83e.zip
Merge pull request #1795 from TheBlueMatt/bloom
Bloom filters
Diffstat (limited to 'src/protocol.h')
-rw-r--r--src/protocol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/protocol.h b/src/protocol.h
index 96fd197ec..f5c162054 100644
--- a/src/protocol.h
+++ b/src/protocol.h
@@ -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__