X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fwallet.h;h=775143fd96b1861282add3f7cd58711524dfb7a2;hp=0e2cead361ab6df7b025f0245be4c5d5020a9b4a;hb=b92fd202e243bf3cbb6902833d991296213b8c2f;hpb=0de44c9ab8ac8fd33feed57025effb1b962ea339 diff --git a/src/wallet.h b/src/wallet.h index 0e2cead..775143f 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -87,6 +87,7 @@ public: int64 GetBalance() const; int64 GetUnconfirmedBalance() const; int64 GetStake() const; + int64 GetNewMint() const; bool CreateTransaction(const std::vector >& vecSend, CWalletTx& wtxNew, CReserveKey& reservekey, int64& nFeeRet); bool CreateTransaction(CScript scriptPubKey, int64 nValue, CWalletTx& wtxNew, CReserveKey& reservekey, int64& nFeeRet); bool CreateCoinStake(unsigned int nBits, CTransaction& txNew);