Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-30 | Fix a couple more typos | fanquake | |
2012-06-04 | Fix coin selection to only include change when it's necessary. | Chris Moore | |
2012-06-04 | Test that the coin selection code is suitably random, and add tests re. ↵ | Chris Moore | |
sub-cent change. | |||
2012-06-04 | Refactor SelectCoinsMinConf() and add unit tests. | Chris Moore | |
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. |