bitcoin/doc/release-notes-17493.md
Ryan Ofsky af72f8745e util: Forbid ambiguous multiple assignments in config file
Enable error "Multiple values specified for -setting in same section of config
file.", for ALLOW_ANY settings that don't specify ALLOW_LIST.

Instead of silently ignoring settings, this change makes it an error to provide
an ambiguous config file that provides assigns multiple values to a
single-value setting. Change include release notes.
2025-03-12 06:57:58 -05:00

8 lines
424 B
Markdown

Configuration file
------------------
Repeated assignments of the same setting in the same section of the config file
which were previously ignored will now trigger errors on startup that look
like: "Multiple values specified for -setting in same section of config file."
Settings like `-debug=<category>` and `-rpcallowip=<addr>` which are meant to
be repeated are not affected by this change and will not trigger errors.