mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-20 05:42:50 +02:00
doc: clarify that NetPermissionFlags::Implicit is only about whitelists
Co-authored-by: Jon Atack <jon@atack.com>
This commit is contained in:
parent
718304d222
commit
f362920c2c
@ -35,7 +35,8 @@ enum class NetPermissionFlags : uint32_t {
|
|||||||
// unlimited amounts of addrs.
|
// unlimited amounts of addrs.
|
||||||
Addr = (1U << 7),
|
Addr = (1U << 7),
|
||||||
|
|
||||||
// True if the user did not specifically set fine grained permissions
|
// True if the user did not specifically set fine-grained permissions with
|
||||||
|
// the -whitebind or -whitelist configuration options.
|
||||||
Implicit = (1U << 31),
|
Implicit = (1U << 31),
|
||||||
All = BloomFilter | ForceRelay | Relay | NoBan | Mempool | Download | Addr,
|
All = BloomFilter | ForceRelay | Relay | NoBan | Mempool | Download | Addr,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user