diff options
author | Greg Walker <greg@learnmeabitcoin.com> | 2016-11-22 18:59:20 +0000 |
---|---|---|
committer | Greg Walker <greg@learnmeabitcoin.com> | 2016-11-22 18:59:20 +0000 |
commit | f004e67df3a0802e3cea1e65d2302f0330f5d278 (patch) | |
tree | 00b3ad6f2218fc34af5d4496aa78c9cfac588cfd /src/protocol.h | |
parent | ac489b24453c59605fa3c3f3940a8b5580936f7a (diff) |
Minor change to comment above new NODE_WITNESS service flag to keep it consitent with existing comment structure. Helps with readability.
Diffstat (limited to 'src/protocol.h')
-rw-r--r-- | src/protocol.h | 2 |
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 |