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
- Branch
- move_ecash_arg_setting
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 15956 Build 31812: Build Diff lint-circular-dependencies · build-without-wallet · build-debug · build-diff · build-clang-tidy · build-clang Build 31811: arc lint + arc unit
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 | Nit: Default => default |