Page MenuHomePhabricator

IsReachable is the inverse of IsLimited (DRY). Includes unit tests
ClosedPublic

Authored by deadalnix on Nov 25 2019, 15:20.

Details

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested changes to this revision.Nov 25 2019, 15:36
Fabien added a subscriber: Fabien.

A few nits, otherwise looks good.

src/test/net_tests.cpp
263 ↗(On Diff #14367)

Nit: comment on it's own line

270 ↗(On Diff #14367)

As per promag's comment, can be static

274 ↗(On Diff #14367)

Dito

280 ↗(On Diff #14367)

Dito

291 ↗(On Diff #14367)

Dito

296 ↗(On Diff #14367)

Dito

This revision now requires changes to proceed.Nov 25 2019, 15:36

The static suggestion remains

This revision is now accepted and ready to land.Nov 25 2019, 16:22