diff options
author | gavinandresen <gavinandresen@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-12-16 01:06:03 +0000 |
---|---|---|
committer | gavinandresen <gavinandresen@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-12-16 01:06:03 +0000 |
commit | 809ee795927f0b9110a5b6e83845f42e3394451d (patch) | |
tree | a906fe04ac63e46d82793d893b8aa69960de6df7 /db.h | |
parent | 629e37dde1fa93f6ce31544d1ebb5ee5c19052cb (diff) |
New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransactions '*'
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@203 1a98c847-1fd6-4fd8-948a-caf3550aa51b
Diffstat (limited to 'db.h')
-rw-r--r-- | db.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -433,7 +433,7 @@ public: bool ReadAccount(const string& strAccount, CAccount& account); bool WriteAccount(const string& strAccount, const CAccount& account); - bool WriteAccountingEntry(const string& strAccount, const CAccountingEntry& acentry); + bool WriteAccountingEntry(const CAccountingEntry& acentry); int64 GetAccountCreditDebit(const string& strAccount); void ListAccountCreditDebit(const string& strAccount, list<CAccountingEntry>& acentries); |