diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2011-04-12 17:31:31 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2011-04-12 17:31:31 -0400 |
commit | 485dda9774b574a82fd23dc9650dd2cbcab2a391 (patch) | |
tree | d8df066ef0d7f6fde81d38adf61cb514933ab705 /main.h | |
parent | d89d456655f03159a32e6a4a9df22bfe02d403d6 (diff) | |
parent | 198fd7b0bd5a99db4e45009c422a66c0b1285767 (diff) |
Merge branch 'listimmature' of /Users/gavin/src/gavin_btc
Diffstat (limited to 'main.h')
-rw-r--r-- | main.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -994,7 +994,7 @@ public: return nChangeCached; } - void GetAmounts(int64& nGenerated, list<pair<string /* address */, int64> >& listReceived, + void GetAmounts(int64& nGeneratedImmature, int64& nGeneratedMature, list<pair<string /* address */, int64> >& listReceived, list<pair<string /* address */, int64> >& listSent, int64& nFee, string& strSentAccount) const; void GetAccountAmounts(const string& strAccount, int64& nGenerated, int64& nReceived, |