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 15954 Build 31808: Build Diff build-without-wallet · lint-circular-dependencies · build-clang · build-diff · build-clang-tidy · build-debug Build 31807: 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 ↗ | (On Diff #28833) | Nit: Default => default |