Common argument defaults for NODE_BLOOM stuff and -wallet
This commit is contained in:
@@ -101,6 +101,9 @@ static const bool DEFAULT_TESTSAFEMODE = false;
|
||||
/** Maximum number of headers to announce when relaying blocks with headers message.*/
|
||||
static const unsigned int MAX_BLOCKS_TO_ANNOUNCE = 8;
|
||||
|
||||
static const bool DEFAULT_PEERBLOOMFILTERS = true;
|
||||
static const bool DEFAULT_ENFORCENODEBLOOM = false;
|
||||
|
||||
struct BlockHasher
|
||||
{
|
||||
size_t operator()(const uint256& hash) const { return hash.GetCheapHash(); }
|
||||
|
||||
Reference in New Issue
Block a user