diff options
| author | Gavin Andresen <[email protected]> | 2013-01-17 10:04:08 -0800 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-01-17 10:04:08 -0800 |
| commit | 91f70a75daa7ffb89bbec23ca54e5f2c3fa1a83e (patch) | |
| tree | d710cfa159d9077e6272b83491a126fb56ff3958 /src/protocol.h | |
| parent | Merge pull request #2181 from Diapolo/translations (diff) | |
| parent | Filter mempool command (diff) | |
| download | discoin-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.h | 3 |
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__ |