diff options
author | Suhas Daftuar <sdaftuar@gmail.com> | 2016-06-30 11:41:13 -0400 |
---|---|---|
committer | Suhas Daftuar <sdaftuar@gmail.com> | 2016-06-30 11:41:13 -0400 |
commit | 27362dda4d583a43ebf687ae097d2f45ba1c4c32 (patch) | |
tree | 07ec4f2ba52830055a7ae572bec68d0e7016175c /src/miner.h | |
parent | d2e46e1b5cf6c08829ec3bb2a923b4ba149ab3b7 (diff) |
Remove -blockminsize option
Diffstat (limited to 'src/miner.h')
-rw-r--r-- | src/miner.h | 2 |
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 |