mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
net: Move NetPermissionFlags::Implicit verification to AddWhitelistPermissionFlags
This commit is contained in:
@@ -15,6 +15,11 @@ struct bilingual_str;
|
||||
|
||||
extern const std::vector<std::string> NET_PERMISSIONS_DOC;
|
||||
|
||||
/** Default for -whitelistrelay. */
|
||||
constexpr bool DEFAULT_WHITELISTRELAY = true;
|
||||
/** Default for -whitelistforcerelay. */
|
||||
constexpr bool DEFAULT_WHITELISTFORCERELAY = false;
|
||||
|
||||
enum class NetPermissionFlags : uint32_t {
|
||||
None = 0,
|
||||
// Can query bloomfilter even if -peerbloomfilters is false
|
||||
|
||||
Reference in New Issue
Block a user