diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2011-01-18 14:46:46 -0500 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2011-01-18 14:46:46 -0500 |
commit | c9f70b381dc8ee4197fd5b3d4d20f302632da0ed (patch) | |
tree | c9de69cd651024487fed16ec890e20ef1e721202 /main.h | |
parent | 86c2bdfd5d7773e94dda258c52d2dd056fcfb261 (diff) | |
parent | b4671902f2c5aa1c95be547a61b0a72b8a3025de (diff) |
Merge branch 'integration' into FIXES
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; |