Page MenuHomePhabricator

Add tests for the Branch and Bound algorithm
ClosedPublic

Authored by deadalnix on Jun 7 2019, 00:27.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
murchcoinselect
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 6206
Build 10459: Bitcoin ABC Buildbot (legacy)
Build 10458: arc lint + arc unit

Event Timeline

Fabien requested changes to this revision.Jun 7 2019, 10:44
Fabien added a subscriber: Fabien.
Fabien added inline comments.
src/wallet/test/coinselector_tests.cpp
8

test related includes are usually placed after other includes (match src/test pattern)

10

dito

47

size_t

This revision now requires changes to proceed.Jun 7 2019, 10:44
src/wallet/test/coinselector_tests.cpp
47

Because ?

src/wallet/test/coinselector_tests.cpp
47

nvm, It's OK

This revision is now accepted and ready to land.Jun 13 2019, 08:05