Add address to listtransactions output

This commit is contained in:
Gavin Andresen
2010-12-20 14:44:54 -05:00
parent 5568d82c26
commit ddb68acebe
3 changed files with 68 additions and 35 deletions

2
main.h
View File

@@ -874,7 +874,7 @@ public:
}
void GetAmounts(int64& nGenerated, list<pair<string /* address */, int64> >& listReceived,
int64& nSent, int64& nFee, string& strSentAccount) const;
list<pair<string /* address */, int64> >& listSent, int64& nFee, string& strSentAccount) const;
void GetAccountAmounts(const string& strAccount, int64& nGenerated, int64& nReceived,
int64& nSent, int64& nFee) const;