diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-09-16 15:18:33 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-09-18 07:21:49 +0200 |
commit | 93f84d0417e8e1c590b405bde6e153b413bd43f2 (patch) | |
tree | 76845cdeb266c172ed97ddf1d81fcdffc1938cdd /src/walletdb.cpp | |
parent | 22d7e7014f2064fb9e52c634f68b3c5e965faec0 (diff) |
cleanup class private and public areas in walletdb
- only code movement
Diffstat (limited to 'src/walletdb.cpp')
-rw-r--r-- | src/walletdb.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/walletdb.cpp b/src/walletdb.cpp index 03161250db..a84f44db01 100644 --- a/src/walletdb.cpp +++ b/src/walletdb.cpp @@ -242,9 +242,7 @@ void CWalletDB::ListAccountCreditDebit(const string& strAccount, list<CAccountin pcursor->close(); } - -DBErrors -CWalletDB::ReorderTransactions(CWallet* pwallet) +DBErrors CWalletDB::ReorderTransactions(CWallet* pwallet) { LOCK(pwallet->cs_wallet); // Old wallets didn't have any defined order for transactions |