| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bugfix: Use standard BTC unit in comments | Luke Dashjr | 2012-08-01 | 1 | -2/+2 |
| | | |||||
| * | Fix a couple more typos | fanquake | 2012-06-30 | 1 | -1/+1 |
| | | |||||
| * | Fix coin selection to only include change when it's necessary. | Chris Moore | 2012-06-04 | 1 | -38/+7 |
| | | |||||
| * | Test that the coin selection code is suitably random, and add tests re. ↵ | Chris Moore | 2012-06-04 | 1 | -1/+71 |
| | | | | | sub-cent change. | ||||
| * | Refactor SelectCoinsMinConf() and add unit tests. | Chris Moore | 2012-06-04 | 1 | -0/+256 |
| AvailableCoins() makes a vector of available outputs which is then passed to SelectCoinsMinConf(). This allows unit tests to test the coin selection algorithm without having the whole blockchain available. | |||||