Skip to content

Commit 164027f

Browse files
author
MarcoFalke
committed
Merge bitcoin/bitcoin#26100: doc: clarify that NetPermissionFlags::Implicit is only about whitelists
f362920 doc: clarify that NetPermissionFlags::Implicit is only about whitelists (Vasil Dimov) Pull request description: `NetPermissionFlags::Implicit` applies just to connections from `-whitebind` or `-whitelist`, clarify that in its comment. ACKs for top commit: Zero-1729: crACK f362920 aureleoules: ACK f362920 hernanmarino: re ACK f362920 Tree-SHA512: 03f6f8be221c6819bdd0b5b56b69b4e3a6dd25e5ca5a247eeb1261113144b9b74cf064a0b7815317782a0a18365dd3dab97963bd238e9b231dbe7e1cf0395683
2 parents 7eeae5c + f362920 commit 164027f

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)