From f004e67df3a0802e3cea1e65d2302f0330f5d278 Mon Sep 17 00:00:00 2001 From: Greg Walker Date: Tue, 22 Nov 2016 18:59:20 +0000 Subject: [PATCH] Minor change to comment above new NODE_WITNESS service flag to keep it consitent with existing comment structure. Helps with readability. --- src/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol.h b/src/protocol.h index a52d9a67b..dea409c5b 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -261,7 +261,7 @@ enum ServiceFlags : uint64_t { // Bitcoin Core nodes used to support this by default, without advertising this bit, // but no longer do as of protocol version 70011 (= NO_BLOOM_VERSION) NODE_BLOOM = (1 << 2), - // Indicates that a node can be asked for blocks and transactions including + // NODE_WITNESS 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