aboutsummaryrefslogtreecommitdiff
path: root/src/miner.h
diff options
context:
space:
mode:
authorSuhas Daftuar <[email protected]>2016-07-18 13:28:26 -0400
committerSuhas Daftuar <[email protected]>2016-07-18 13:28:26 -0400
commit2c06bae39edfaa9c0855d83377ad8fda09e4fa08 (patch)
tree931520ad5742b9a758a4bd9143fdfe96f180ab79 /src/miner.h
parentdoc: Clean out release notes (diff)
downloaddiscoin-2c06bae39edfaa9c0855d83377ad8fda09e4fa08.tar.xz
discoin-2c06bae39edfaa9c0855d83377ad8fda09e4fa08.zip
Rename "block cost" to "block weight"
Diffstat (limited to 'src/miner.h')
-rw-r--r--src/miner.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/miner.h b/src/miner.h
index d16e37bb5..11753f5e4 100644
--- a/src/miner.h
+++ b/src/miner.h
@@ -141,11 +141,11 @@ private:
// Configuration parameters for the block size
bool fIncludeWitness;
- unsigned int nBlockMaxCost, nBlockMaxSize;
+ unsigned int nBlockMaxWeight, nBlockMaxSize;
bool fNeedSizeAccounting;
// Information on the current status of the block
- uint64_t nBlockCost;
+ uint64_t nBlockWeight;
uint64_t nBlockSize;
uint64_t nBlockTx;
uint64_t nBlockSigOpsCost;