diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2010-12-20 14:44:54 -0500 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2010-12-21 13:39:10 -0500 |
commit | ddb68acebe0c41e1958a783c38a272ae11671f86 (patch) | |
tree | 1db5bfb4717063bab3e6b110a1ba2ef30e56a74a /main.h | |
parent | 5568d82c26d59aa90df22a6ac0900a93a5731aaf (diff) |
Add address to listtransactions output
Diffstat (limited to 'main.h')
-rw-r--r-- | main.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |