mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Minor change to comment above new NODE_WITNESS service flag to keep it consitent with existing comment structure. Helps with readability.
This commit is contained in:
parent
ac489b2445
commit
f004e67df3
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ enum ServiceFlags : uint64_t {
|
||||||
// Bitcoin Core nodes used to support this by default, without advertising this bit,
|
// 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)
|
// but no longer do as of protocol version 70011 (= NO_BLOOM_VERSION)
|
||||||
NODE_BLOOM = (1 << 2),
|
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.
|
// witness data.
|
||||||
NODE_WITNESS = (1 << 3),
|
NODE_WITNESS = (1 << 3),
|
||||||
// NODE_XTHIN means the node supports Xtreme Thinblocks
|
// NODE_XTHIN means the node supports Xtreme Thinblocks
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue