diff options
author | Alex Morcos <morcos@chaincode.com> | 2016-12-13 11:51:51 -0500 |
---|---|---|
committer | Alex Morcos <morcos@chaincode.com> | 2017-01-04 13:24:19 -0500 |
commit | daec955fd68bd0da036a5b446b54ffb01108adcd (patch) | |
tree | bb6fd4c8f21fa9f4399409dd463d27485ad4fc52 /src/miner.h | |
parent | 123ea7362478cfe801341e8fecade030a903ad3d (diff) |
Introduce -blockmintxfee
Diffstat (limited to 'src/miner.h')
-rw-r--r-- | src/miner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/miner.h b/src/miner.h index 3dd9bf4cab..3ba92b16b8 100644 --- a/src/miner.h +++ b/src/miner.h @@ -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; |