Page MenuHomePhabricator

Remove errant --testnet argument in chainparams README
ClosedPublic

Authored by jasonbcox on Dec 5 2019, 18:55.

Details

Summary

This argument was leftover from an old design. It's no longer necessary/relevant and fails
when you copy-paste this command.

Test Plan
bitcoind --testnet
make_chainparams --testnet -a 127.0.0.1:18332 > chainparams_test.txt  # fails
make_chainparams -a 127.0.0.1:18332 > chainparams_test.txt  # successful

Diff Detail

Repository
rABC Bitcoin ABC
Branch
fixup-chainparams-readme
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 8431
Build 14877: Default Diff Build & Tests
Build 14876: arc lint + arc unit