Added getcoinsupply to rpc wallet calls

This commit is contained in:
Andre Jochems
2015-11-23 15:48:52 +01:00
parent fe5ec6cb5b
commit 93b1e17402
6 changed files with 76 additions and 15 deletions

View File

@@ -191,12 +191,8 @@ CBlockIndex * InsertBlockIndex(uint256 hash);
bool VerifySignature(const CCoins& txFrom, const CTransaction& txTo, unsigned int nIn, unsigned int flags, int nHashType);
/** Abort with a message */
bool AbortNode(const std::string &msg);
/** Get total coin supply for block height */
int64 GetTotalCoinSupply(int nHeight, bool noCheckpoints);