aboutsummaryrefslogtreecommitdiff
path: root/src/miner.h
diff options
context:
space:
mode:
authorAlex Morcos <morcos@chaincode.com>2016-12-13 11:51:51 -0500
committerAlex Morcos <morcos@chaincode.com>2017-01-04 13:24:19 -0500
commitdaec955fd68bd0da036a5b446b54ffb01108adcd (patch)
treebb6fd4c8f21fa9f4399409dd463d27485ad4fc52 /src/miner.h
parent123ea7362478cfe801341e8fecade030a903ad3d (diff)
downloadbitcoin-daec955fd68bd0da036a5b446b54ffb01108adcd.tar.xz
Introduce -blockmintxfee
Diffstat (limited to 'src/miner.h')
-rw-r--r--src/miner.h1
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;