Default -whitelistforcerelay to off

This commit is contained in:
Suhas Daftuar
2019-01-17 16:50:50 -05:00
parent 19c60ca497
commit a36d97d866
3 changed files with 10 additions and 2 deletions

View File

@ -50,7 +50,7 @@ struct LockPoints;
/** Default for -whitelistrelay. */
static const bool DEFAULT_WHITELISTRELAY = true;
/** Default for -whitelistforcerelay. */
static const bool DEFAULT_WHITELISTFORCERELAY = true;
static const bool DEFAULT_WHITELISTFORCERELAY = false;
/** Default for -minrelaytxfee, minimum relay fee for transactions */
static const unsigned int DEFAULT_MIN_RELAY_TX_FEE = 1000;
//! -maxtxfee default