cleanup class private and public areas in walletdb

- only code movement
This commit is contained in:
Philip Kaufmann
2014-09-16 15:18:33 +02:00
parent 22d7e7014f
commit 93f84d0417
2 changed files with 10 additions and 11 deletions

View File

@@ -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