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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.