aboutsummaryrefslogtreecommitdiff
path: root/src/miner.h
diff options
context:
space:
mode:
authorSuhas Daftuar <sdaftuar@gmail.com>2016-06-30 11:41:13 -0400
committerSuhas Daftuar <sdaftuar@gmail.com>2016-06-30 11:41:13 -0400
commit27362dda4d583a43ebf687ae097d2f45ba1c4c32 (patch)
tree07ec4f2ba52830055a7ae572bec68d0e7016175c /src/miner.h
parentd2e46e1b5cf6c08829ec3bb2a923b4ba149ab3b7 (diff)
downloadbitcoin-27362dda4d583a43ebf687ae097d2f45ba1c4c32.tar.xz
Remove -blockminsize option
Diffstat (limited to 'src/miner.h')
-rw-r--r--src/miner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/miner.h b/src/miner.h
index 037639b2be..d16e37bb59 100644
--- a/src/miner.h
+++ b/src/miner.h
@@ -141,7 +141,7 @@ private:
// Configuration parameters for the block size
bool fIncludeWitness;
- unsigned int nBlockMaxCost, nBlockMaxSize, nBlockMinSize;
+ unsigned int nBlockMaxCost, nBlockMaxSize;
bool fNeedSizeAccounting;
// Information on the current status of the block