aboutsummaryrefslogtreecommitdiff
path: root/src/policy
diff options
context:
space:
mode:
authorSuhas Daftuar <[email protected]>2016-06-30 11:41:13 -0400
committerSuhas Daftuar <[email protected]>2016-06-30 11:41:13 -0400
commit27362dda4d583a43ebf687ae097d2f45ba1c4c32 (patch)
tree07ec4f2ba52830055a7ae572bec68d0e7016175c /src/policy
parentRemove addScoreTxs() (diff)
downloaddiscoin-27362dda4d583a43ebf687ae097d2f45ba1c4c32.tar.xz
discoin-27362dda4d583a43ebf687ae097d2f45ba1c4c32.zip
Remove -blockminsize option
Diffstat (limited to 'src/policy')
-rw-r--r--src/policy/policy.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/policy/policy.h b/src/policy/policy.h
index fefb562ff..29a8cc57c 100644
--- a/src/policy/policy.h
+++ b/src/policy/policy.h
@@ -14,9 +14,8 @@
class CCoinsViewCache;
-/** Default for -blockmaxsize and -blockminsize, which control the range of sizes the mining code will create **/
+/** Default for -blockmaxsize, which controls the maximum size of block the mining code will create **/
static const unsigned int DEFAULT_BLOCK_MAX_SIZE = 750000;
-static const unsigned int DEFAULT_BLOCK_MIN_SIZE = 0;
/** Default for -blockprioritysize, maximum space for zero/low-fee transactions **/
static const unsigned int DEFAULT_BLOCK_PRIORITY_SIZE = 0;
/** Default for -blockmaxcost, which control the range of block costs the mining code will create **/