aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.h
diff options
context:
space:
mode:
authorPatrick Lodder <[email protected]>2016-02-21 16:49:03 +0100
committerPatrick Lodder <[email protected]>2016-02-21 16:49:03 +0100
commitf626f8f43672a940c7840577b007f3d0010c2179 (patch)
tree283a89be14a8c0f9166ff05eafa86de1e4711808 /src/protocol.h
parentMerge branch '1.8.3-dev' into 1.8-maint (diff)
parentMerge pull request #1309 from Sporklin/1.8.3-dev-Fixmanpagesports (diff)
downloaddiscoin-1.8-archive.tar.xz
discoin-1.8-archive.zip
Merge branch '1.8.3-dev' into 1.8-maint1.8-archive
merges the actually released 1.8.3 into 1.8-maint
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 */