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.cpp | |
| 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.cpp')
| -rw-r--r-- | src/protocol.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol.cpp b/src/protocol.cpp index 23969e5b9..7b42f5270 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -17,6 +17,7 @@ static const char* ppszTypeName[] = "ERROR", "tx", "block", + "filtered block" }; CMessageHeader::CMessageHeader() |