X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fwallet.h;h=cc1dde5b0f3ac5821dd5437c6bb100c9c343ad8b;hp=499f2a63ac4a71264714b38c56c36706fe8af114;hb=b90c9ecb132ad686275afafe506f8044719245ec;hpb=eb72eae304a7067eb568437c66c4d831b075dab9 diff --git a/src/wallet.h b/src/wallet.h index 499f2a6..cc1dde5 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -77,6 +77,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);