Introduce REQUIRED_SERVICES constant

This commit is contained in:
Pieter Wuille
2016-06-13 16:01:21 +02:00
parent ee06e04369
commit ecd7fd37c8
3 changed files with 4 additions and 2 deletions

View File

@@ -72,6 +72,8 @@ static const bool DEFAULT_FORCEDNSSEED = false;
static const size_t DEFAULT_MAXRECEIVEBUFFER = 5 * 1000;
static const size_t DEFAULT_MAXSENDBUFFER = 1 * 1000;
static const ServiceFlags REQUIRED_SERVICES = NODE_NETWORK;
// NOTE: When adjusting this, update rpcnet:setban's help ("24h")
static const unsigned int DEFAULT_MISBEHAVING_BANTIME = 60 * 60 * 24; // Default 24-hour ban