aboutsummaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2010-12-20 14:44:54 -0500
committerGavin Andresen <gavinandresen@gmail.com>2010-12-21 13:39:10 -0500
commitddb68acebe0c41e1958a783c38a272ae11671f86 (patch)
tree1db5bfb4717063bab3e6b110a1ba2ef30e56a74a /main.h
parent5568d82c26d59aa90df22a6ac0900a93a5731aaf (diff)
downloadbitcoin-ddb68acebe0c41e1958a783c38a272ae11671f86.tar.xz
Add address to listtransactions output
Diffstat (limited to 'main.h')
-rw-r--r--main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.h b/main.h
index 11a5862cb0..3c7bcb22f0 100644
--- a/main.h
+++ b/main.h
@@ -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;