X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fwallet.h;h=b6df1aa0e177cf84da82af92a4ce88969ceb16d8;hb=7a15d4ff67c9a6e3b6b5a63f82f76ffe1937c3b8;hp=1dd2e51260245e5f44ab7906f0b2789e19adae37;hpb=86fd7c5af6cf3f907c50cf25ff844cd23e271c70;p=novacoin.git diff --git a/src/wallet.h b/src/wallet.h index 1dd2e51..b6df1aa 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -74,6 +74,7 @@ public: void ReacceptWalletTransactions(); void ResendWalletTransactions(); int64 GetBalance() const; + int64 GetUnconfirmedBalance() 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 CommitTransaction(CWalletTx& wtxNew, CReserveKey& reservekey);