Skip to content

Commit 5e8631b

Browse files
committed
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)
2 parents 7e2bfd6 + f004e67 commit 5e8631b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protocol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ enum ServiceFlags : uint64_t {
261261
// Bitcoin Core nodes used to support this by default, without advertising this bit,
262262
// but no longer do as of protocol version 70011 (= NO_BLOOM_VERSION)
263263
NODE_BLOOM = (1 << 2),
264-
// Indicates that a node can be asked for blocks and transactions including
264+
// NODE_WITNESS indicates that a node can be asked for blocks and transactions including
265265
// witness data.
266266
NODE_WITNESS = (1 << 3),
267267
// NODE_XTHIN means the node supports Xtreme Thinblocks

0 commit comments

Comments
 (0)