diff options
| author | Suhas Daftuar <[email protected]> | 2016-06-30 11:41:13 -0400 |
|---|---|---|
| committer | Suhas Daftuar <[email protected]> | 2016-06-30 11:41:13 -0400 |
| commit | 27362dda4d583a43ebf687ae097d2f45ba1c4c32 (patch) | |
| tree | 07ec4f2ba52830055a7ae572bec68d0e7016175c /src/miner.h | |
| parent | Remove addScoreTxs() (diff) | |
| download | discoin-27362dda4d583a43ebf687ae097d2f45ba1c4c32.tar.xz discoin-27362dda4d583a43ebf687ae097d2f45ba1c4c32.zip | |
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 037639b2b..d16e37bb5 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 |