Introduce -blockmintxfee

This commit is contained in:
Alex Morcos
2016-12-13 11:51:51 -05:00
parent 123ea73624
commit daec955fd6
4 changed files with 21 additions and 2 deletions

View File

@@ -143,6 +143,7 @@ private:
bool fIncludeWitness;
unsigned int nBlockMaxWeight, nBlockMaxSize;
bool fNeedSizeAccounting;
CFeeRate blockMinFeeRate;
// Information on the current status of the block
uint64_t nBlockWeight;