aboutsummaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2011-01-18 14:46:46 -0500
committerGavin Andresen <gavinandresen@gmail.com>2011-01-18 14:46:46 -0500
commitc9f70b381dc8ee4197fd5b3d4d20f302632da0ed (patch)
treec9de69cd651024487fed16ec890e20ef1e721202 /main.h
parent86c2bdfd5d7773e94dda258c52d2dd056fcfb261 (diff)
parentb4671902f2c5aa1c95be547a61b0a72b8a3025de (diff)
downloadbitcoin-c9f70b381dc8ee4197fd5b3d4d20f302632da0ed.tar.xz
Merge branch 'integration' into FIXES
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;