Update wallet.cpp

This commit is contained in:
cygnusxi 2014-06-29 22:12:01 -04:00
parent 294cc53591
commit 25e2da777d

View File

@ -672,7 +672,7 @@ void CWalletTx::GetAmounts(int64& nGeneratedImmature, int64& nGeneratedMature, l
void CWalletTx::GetAccountAmounts(const string& strAccount, int64& nGenerated, int64& nReceived, void CWalletTx::GetAccountAmounts(const string& strAccount, int64& nGenerated, int64& nReceived,
int64& nSent, int64& nFee) const int64& nSent, int64& nFee) const
{ {
nReceived = nSent = nFee = 0; nGenerated = nReceived = nSent = nFee = 0;
int64 allGeneratedImmature, allGeneratedMature, allFee; int64 allGeneratedImmature, allGeneratedMature, allFee;
string strSentAccount; string strSentAccount;