aboutsummaryrefslogtreecommitdiff
path: root/src/test/accounting_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in dbLuke Dashjr2012-09-081-1/+1
|
* Store a fixed order of transactions (and accounting) in the walletLuke Dashjr2012-08-231-0/+123
For backward compatibility, new accounting data is stored after a \0 in the comment string. This way, old versions and third-party software should load and store them, but all actual use (listtransactions, for example) ignores it.