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