From 4c3e2cb2dfc36d686444b65da1885c380d3643f8 Mon Sep 17 00:00:00 2001 From: R E Broadley Date: Thu, 25 Aug 2016 09:21:58 +0700 Subject: Show XTHIN in GUI --- src/protocol.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/protocol.h') diff --git a/src/protocol.h b/src/protocol.h index 015215b2a6..9b474ec79c 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -267,6 +267,9 @@ enum ServiceFlags : uint64_t { // Indicates that a node can be asked for blocks and transactions including // witness data. NODE_WITNESS = (1 << 3), + // NODE_XTHIN means the node supports Xtreme Thinblocks + // If this is turned off then the node will not service nor make xthin requests + NODE_XTHIN = (1 << 4), // Bits 24-31 are reserved for temporary experiments. Just pick a bit that // isn't getting used, or one not being used much, and notify the -- cgit v1.2.3