```
The args have been deprecated since 0.17 (maybe longer) and since we
reject unknown args, there is no need to add deprecated args to the list
of hidden args and then hand-craft an error message if a user provides
them.
```
Backport of core [[https://github.com/bitcoin/bitcoin/pull/14272 | PR14272]].