Browse Source

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)
0.14
Wladimir J. van der Laan 8 years ago
parent
commit
5e8631b6cb
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 2
      src/protocol.h

2
src/protocol.h

@ -261,7 +261,7 @@ enum ServiceFlags : uint64_t { @@ -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

Loading…
Cancel
Save