Page MenuHomePhabricator

Replace the use of fWhitelisted by permission checks
ClosedPublic

Authored by deadalnix on May 1 2020, 22:47.

Diff Detail

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

Event Timeline

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

Fabien requested changes to this revision.May 2 2020, 13:16
Fabien added a subscriber: Fabien.

Please indicate dependency on D5928.

src/net_processing.cpp
2474 ↗(On Diff #19360)

PF_NOBAN => PF_RELAY

2773 ↗(On Diff #19360)

PF_NOBAN => PF_RELAY

2948 ↗(On Diff #19360)

PF_NOBAN => PF_FORCERELAY

3558 ↗(On Diff #19360)

PF_NOBAN => PF_MEMPOOL

3570 ↗(On Diff #19360)

PF_NOBAN => PF_MEMPOOL

4834 ↗(On Diff #19360)

PF_NOBAN => PF_FORCERELAY

This revision now requires changes to proceed.May 2 2020, 13:16
deadalnix added inline comments.
src/net_processing.cpp
2474 ↗(On Diff #19360)

Holly cow, I completely missed that it used a different flag every time. Good catch.

This revision is now accepted and ready to land.May 2 2020, 14:00