Add CWallet::ReorderTransactions and use in accounting_tests.cpp

This commit is contained in:
Patrick Strateman
2016-09-09 19:21:44 -07:00
parent 59adc86680
commit d2e678d7d2
3 changed files with 8 additions and 1 deletions
+6
View File
@@ -649,6 +649,12 @@ bool CWallet::EncryptWallet(const SecureString& strWalletPassphrase)
return true;
}
DBErrors CWallet::ReorderTransactions()
{
CWalletDB walletdb(strWalletFile);
return walletdb.ReorderTransactions(this);
}
int64_t CWallet::IncOrderPosNext(CWalletDB *pwalletdb)
{
AssertLockHeld(cs_wallet); // nOrderPosNext