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
branhboundtest
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 6288
Build 10623: Bitcoin ABC Buildbot (legacy)
Build 10622: 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 ↗(On Diff #9233)

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

10 ↗(On Diff #9233)

dito

47 ↗(On Diff #9233)

size_t

This revision now requires changes to proceed.Jun 7 2019, 10:44
src/wallet/test/coinselector_tests.cpp
47 ↗(On Diff #9233)

Because ?

src/wallet/test/coinselector_tests.cpp
47 ↗(On Diff #9233)

nvm, It's OK

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