Add size_on_disk to getblockchaininfo from BTC master

This commit is contained in:
Jonathan "Duke" Leto
2018-10-28 22:20:07 -07:00
parent 07abafda25
commit 42bf3ac4d8
2 changed files with 5 additions and 0 deletions

View File

@@ -916,6 +916,8 @@ extern CBlockTreeDB *pblocktree;
*/
int GetSpendHeight(const CCoinsViewCache& inputs);
uint64_t CalculateCurrentUsage();
/** Return a CMutableTransaction with contextual default values based on set of consensus rules at height */
CMutableTransaction CreateNewContextualCMutableTransaction(const Consensus::Params& consensusParams, int nHeight);