aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/wallet_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [wallet] Refactor to use new MIN_CHANGEMarcoFalke2015-10-281-46/+67
| | | | | | | | * Introduce new constant MIN_CHANGE and use it instead of the hardcoded "CENT" * Add test case for MIN_CHANGE * Introduce new constant for -mintxfee default: DEFAULT_TRANSACTION_MINFEE = 1000
* [Move Only] Move wallet related things to src/wallet/Jonas Schnelli2015-03-121-0/+310
could once be renamed from /src/wallet to /src/legacywallet.