aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2017-09-15 09:49:18 +0200
committerMarcoFalke <[email protected]>2017-09-15 09:49:22 +0200
commitae233c4ec3d14a97c6195059f52873cdba2b4755 (patch)
tree9b0b4ddba5a30b37f5e3355e4ea4486f08117d7b /src
parentMerge #11326: Fix crash on shutdown with invalid wallet (diff)
parentTrivial: Fix comments for DEFAULT_WHITELIST[FORCE]RELAY (diff)
downloaddiscoin-ae233c4ec3d14a97c6195059f52873cdba2b4755.tar.xz
discoin-ae233c4ec3d14a97c6195059f52873cdba2b4755.zip
Merge #11330: Trivial: Fix comments for DEFAULT_WHITELIST[FORCE]RELAY
dc2f737ae Trivial: Fix comments for DEFAULT_WHITELIST[FORCE]RELAY (danra) Pull request description: Tree-SHA512: 1156a34f19be81029e736a672df4eda4578ccfea2b3446356c071409db2652e4517246a8e4c23f7c2bf3d6cd8c61501db05fbf6628c1c55ca8f9e04107f3eab8
Diffstat (limited to 'src')
-rw-r--r--src/validation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/validation.h b/src/validation.h
index aa4d7abb4..db8e8f9fe 100644
--- a/src/validation.h
+++ b/src/validation.h
@@ -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;