We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac489b2 commit f004e67Copy full SHA for f004e67
src/protocol.h
@@ -261,7 +261,7 @@ enum ServiceFlags : uint64_t {
261
// Bitcoin Core nodes used to support this by default, without advertising this bit,
262
// but no longer do as of protocol version 70011 (= NO_BLOOM_VERSION)
263
NODE_BLOOM = (1 << 2),
264
- // 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
265
// witness data.
266
NODE_WITNESS = (1 << 3),
267
// NODE_XTHIN means the node supports Xtreme Thinblocks
0 commit comments