init.cpp isn't executed for bitcoin-tx, for example, which also needs the -ecash switch available
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABCb48da90d1e72: [refactor] set the -ecash CLI argument earlier in startup
ninja all check-all
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/chainparamsbase.cpp | ||
---|---|---|
34 ↗ | (On Diff #28828) | Like I pointed out in D9652 this is not a chain param. You don't end up on another chain by turning this switch on or off. BTW the category reflects that. |
Comment Actions
do not set the parameter in an inappropriate function, create a compilation unit for currency unit related code
src/currencyunit.cpp | ||
---|---|---|
12 ↗ | (On Diff #28833) | Nit: Default => default |