aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-11-23 08:41:10 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-11-23 08:41:12 +0100
commit5e8631b6cb5b4869402b291af2c8db296902a112 (patch)
tree3460a600f3872a84bc7237ebf45107c617ec399c
parent7e2bfd62419f01ba7632634c2f53f3e1d0f6d15d (diff)
parentf004e67df3a0802e3cea1e65d2302f0330f5d278 (diff)
downloadbitcoin-5e8631b6cb5b4869402b291af2c8db296902a112.tar.xz
Merge #9205: Minor change to comment for consistency.
f004e67 Minor change to comment above new NODE_WITNESS service flag to keep it consitent with existing comment structure. Helps with readability. (Greg Walker)
-rw-r--r--src/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.h b/src/protocol.h
index a52d9a67b0..dea409c5b7 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