This used to be a hidden flag, make it available via the help.
Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project - Commits
- rABC21d92f22eaa5: [avalanche] Document the staking rewards enable flag
bitcoind -help
Check the flag is properly documented.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- avalanche_staking_rewards_flag_doc
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 25324 Build 50229: Build Diff build-without-wallet · build-clang · lint-circular-dependencies · build-clang-tidy · build-diff · build-debug Build 50228: arc lint + arc unit
Event Timeline
Comment Actions
see inline for possible formatting nit
src/init.cpp | ||
---|---|---|
1284–1285 ↗ | (On Diff #42630) | is this indentation intended? seems to be causing the phab feedback of "hey this other arg was removed", even tho seems to have just been indented here. |
src/init.cpp | ||
---|---|---|
1284–1285 ↗ | (On Diff #42630) | This is a bug, I added a trailing comma instead of a semicolon. Funnily it compiles and works as expected! |