aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.h
diff options
context:
space:
mode:
authorPatrick Lodder <[email protected]>2015-09-09 13:36:35 +0200
committerPatrick Lodder <[email protected]>2015-09-09 13:36:35 +0200
commit178f25bce4f7afd41f6279bcc13b9183ccfd7c2e (patch)
tree69382faa423574f2ccef9236931104c419dafd8d /src/protocol.h
parentMerge pull request #1191 from langerhans/1.8.3-releaseprep (diff)
downloaddiscoin-178f25bce4f7afd41f6279bcc13b9183ccfd7c2e.tar.xz
discoin-178f25bce4f7afd41f6279bcc13b9183ccfd7c2e.zip
Backport protocol 70004 to 1.8.3
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 4ea0bcebb..7f8626681 100644
--- a/src/protocol.h
+++ b/src/protocol.h
@@ -66,6 +66,7 @@ enum
{
NODE_NETWORK = (1 << 0),
NODE_BLOOM = (1 << 1),
+ NODE_GETUTXO = (1 << 2), // not implemented, added for reference
};
/** A CService with information about it as peer */