diff options
| author | Suhas Daftuar <[email protected]> | 2016-07-18 13:28:26 -0400 |
|---|---|---|
| committer | Suhas Daftuar <[email protected]> | 2016-07-18 13:28:26 -0400 |
| commit | 2c06bae39edfaa9c0855d83377ad8fda09e4fa08 (patch) | |
| tree | 931520ad5742b9a758a4bd9143fdfe96f180ab79 /src/main.h | |
| parent | doc: Clean out release notes (diff) | |
| download | discoin-2c06bae39edfaa9c0855d83377ad8fda09e4fa08.tar.xz discoin-2c06bae39edfaa9c0855d83377ad8fda09e4fa08.zip | |
Rename "block cost" to "block weight"
Diffstat (limited to 'src/main.h')
| -rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index 65ae2488f..27121890f 100644 --- a/src/main.h +++ b/src/main.h @@ -155,7 +155,7 @@ typedef boost::unordered_map<uint256, CBlockIndex*, BlockHasher> BlockMap; extern BlockMap mapBlockIndex; extern uint64_t nLastBlockTx; extern uint64_t nLastBlockSize; -extern uint64_t nLastBlockCost; +extern uint64_t nLastBlockWeight; extern const std::string strMessageMagic; extern CWaitableCriticalSection csBestBlock; extern CConditionVariable cvBlockChange; |