Skip to content

Commit f362920

Browse files
vasildjonatack
andcommitted
doc: clarify that NetPermissionFlags::Implicit is only about whitelists
Co-authored-by: Jon Atack <[email protected]>
1 parent 718304d commit f362920

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/net_permissions.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ enum class NetPermissionFlags : uint32_t {
3535
// unlimited amounts of addrs.
3636
Addr = (1U << 7),
3737

38-
// True if the user did not specifically set fine grained permissions
38+
// True if the user did not specifically set fine-grained permissions with
39+
// the -whitebind or -whitelist configuration options.
3940
Implicit = (1U << 31),
4041
All = BloomFilter | ForceRelay | Relay | NoBan | Mempool | Download | Addr,
4142
};

0 commit comments

Comments
 (0)