aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.h
diff options
context:
space:
mode:
authorJannis Froese <[email protected]>2014-03-13 22:48:23 +0100
committerJannis Froese <[email protected]>2014-03-22 22:13:27 +0100
commit1bf59137bee8bbf4699af8010e1fc2b2f92cef4d (patch)
treeedbea1a084de777059586a89ccef236e74dd6d69 /src/protocol.h
parentbuild: fix explicit --disable-qt-dbus (diff)
downloaddiscoin-1bf59137bee8bbf4699af8010e1fc2b2f92cef4d.tar.xz
discoin-1bf59137bee8bbf4699af8010e1fc2b2f92cef4d.zip
Protocol changes for Dogecoin 1.5
ported over from Dogecoin and Litecoin (cherry picked from commit 8b09dad2d506fc5a6239863b1c0e33bf7e84da00)
Diffstat (limited to 'src/protocol.h')
-rw-r--r--src/protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol.h b/src/protocol.h
index 86e08ddcf..76e120237 100644
--- a/src/protocol.h
+++ b/src/protocol.h
@@ -62,6 +62,7 @@ class CMessageHeader
enum
{
NODE_NETWORK = (1 << 0),
+ NODE_BLOOM = (1 << 1),
};
/** A CService with information about it as peer */