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 718304d commit f362920Copy full SHA for f362920
src/net_permissions.h
@@ -35,7 +35,8 @@ enum class NetPermissionFlags : uint32_t {
35
// unlimited amounts of addrs.
36
Addr = (1U << 7),
37
38
- // True if the user did not specifically set fine grained permissions
+ // True if the user did not specifically set fine-grained permissions with
39
+ // the -whitebind or -whitelist configuration options.
40
Implicit = (1U << 31),
41
All = BloomFilter | ForceRelay | Relay | NoBan | Mempool | Download | Addr,
42
};
0 commit comments