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