Trivial: Fix comments for DEFAULT_WHITELIST[FORCE]RELAY
This commit is contained in:
parent
0f399a9ff2
commit
dc2f737ae3
1 changed files with 2 additions and 2 deletions
|
@ -45,9 +45,9 @@ struct ChainTxData;
|
|||
struct PrecomputedTransactionData;
|
||||
struct LockPoints;
|
||||
|
||||
/** Default for DEFAULT_WHITELISTRELAY. */
|
||||
/** Default for -whitelistrelay. */
|
||||
static const bool DEFAULT_WHITELISTRELAY = true;
|
||||
/** Default for DEFAULT_WHITELISTFORCERELAY. */
|
||||
/** Default for -whitelistforcerelay. */
|
||||
static const bool DEFAULT_WHITELISTFORCERELAY = true;
|
||||
/** Default for -minrelaytxfee, minimum relay fee for transactions */
|
||||
static const unsigned int DEFAULT_MIN_RELAY_TX_FEE = 1000;
|
||||
|
|
Loading…
Reference in a new issue