Page MenuHomePhabricator

ArgsManager: special handling for -regtest and -testnet
ClosedPublic

Authored by Fabien on Jan 29 2019, 15:25.

Details

Summary

Detects and avoid setting network paramter in another network section.

Partial backport of core PR11862
Commits 5e3cbe0 and c25321f

Depends on D2435

Test Plan
make check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
PR11862_part5
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4748
Build 7559: Bitcoin ABC Buildbot (legacy)
Build 7558: arc lint + arc unit

Event Timeline

Fabien edited the summary of this revision. (Show Details)

Rebase

jasonbcox added a subscriber: jasonbcox.
jasonbcox added inline comments.
src/util.cpp
259 ↗(On Diff #6988)

Nit: comment style:

/**
 * text
 */
This revision is now accepted and ready to land.Jan 29 2019, 19:35
This revision was automatically updated to reflect the committed changes.