Merge branch 'refactor_times' of git://github.com/luke-jr/bitcoin

This commit is contained in:
Gavin Andresen
2012-09-18 10:59:31 -04:00
6 changed files with 28 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ BOOST_AUTO_TEST_CASE(acc_orderupgrade)
ae.nTime = 1333333330;
ae.strOtherAccount = "d";
ae.nOrderPos = pwalletMain->nOrderPosNext++;
ae.nOrderPos = pwalletMain->IncOrderPosNext();
walletdb.WriteAccountingEntry(ae);
GetResults(walletdb, results);